mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +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 {
|
.topic-footer-main-buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
align-items: stretch; // aligns items by making them the same height
|
||||||
button {
|
button {
|
||||||
margin-right: 0.54em;
|
margin-right: 0.54em;
|
||||||
height: 100%; // helps select-kit buttons match height
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-admin-menu-button-container {
|
.topic-admin-menu-button-container {
|
||||||
display: inline-flex;
|
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