UX: fix misalignment + remove border-radius of topic progress element (#30427)

This commit is contained in:
chapoi 2024-12-23 11:17:23 +08:00 committed by GitHub
parent d98d940472
commit 4cf2f5d98a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View File

@ -59,8 +59,6 @@
z-index: z("timeline");
display: flex;
justify-content: flex-end;
border-radius: var(--d-border-radius);
overflow: hidden;
.btn {

View File

@ -9,10 +9,10 @@ html:not(.anon) #topic-footer-buttons {
justify-content: space-between;
gap: 0.75rem;
button,
.topic-notifications-button,
.pinned-button {
font-size: var(--font-up-1);
.btn,
.topic-notifications-button .btn,
.pinned-button .btn {
font-size: var(--font-up-1-rem);
}
&__actions {