mirror of
https://github.com/discourse/discourse.git
synced 2025-01-04 11:30:27 +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");
|
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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user