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"); z-index: z("timeline");
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
border-radius: var(--d-border-radius);
overflow: hidden; overflow: hidden;
.btn { .btn {

View File

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