mirror of
https://github.com/discourse/discourse.git
synced 2025-01-01 15:43:42 +08:00
UX: fix misalignment + remove border-radius of topic progress element (#30427)
This commit is contained in:
parent
d98d940472
commit
4cf2f5d98a
|
@ -59,8 +59,6 @@
|
|||
z-index: z("timeline");
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
border-radius: var(--d-border-radius);
|
||||
overflow: hidden;
|
||||
|
||||
.btn {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user