mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:11:08 -06:00
UX: fix overlap obstructed anon topic reply (#24921)
This commit addresses the overlap between the anonymous reply button in a topic and the related or new and unread topics component.
This commit is contained in:
parent
388a2c5274
commit
368f4ef24d
@ -1500,8 +1500,10 @@ span.mention {
|
||||
}
|
||||
|
||||
#topic-footer-buttons {
|
||||
position: relative;
|
||||
margin: var(--below-topic-margin) 0;
|
||||
padding: 0;
|
||||
z-index: z("base"); // places above proceeding relative parent
|
||||
|
||||
.topic-footer-main-buttons {
|
||||
display: flex;
|
||||
|
@ -53,6 +53,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-title {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
// Target the .badge-category text, the bullet icon needs to maintain `display: block`
|
||||
|
Loading…
Reference in New Issue
Block a user