mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
ensure topic footer buttons are the same height (#11875)
follow-up to f1d5d2b
This commit is contained in:
parent
d3febe5e86
commit
9ae067164d
@ -1083,14 +1083,16 @@ a.mention-group {
|
||||
.topic-footer-main-buttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
align-items: stretch; // aligns items by making them the same height
|
||||
button {
|
||||
margin-right: 0.54em;
|
||||
height: 100%; // helps select-kit buttons match height
|
||||
}
|
||||
|
||||
.topic-admin-menu-button-container {
|
||||
display: inline-flex;
|
||||
> span {
|
||||
display: flex; // to make this button match siblings behavior, all of its parents need to be flex
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user