feat: Improve UX of comment actions (#924)

Closes #915
This commit is contained in:
Holden Hu
2024-10-28 04:17:08 +08:00
committed by GitHub
parent aad6eda3e9
commit 666fe94961
3 changed files with 53 additions and 34 deletions

View File

@@ -38,6 +38,12 @@
.title {
padding-bottom: 4px;
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
top: -1em;
background: #f5f6f7;
}
.user {