mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: applies flex on topic-footer-main-buttons (#9829)
This commit is contained in:
@@ -1008,11 +1008,13 @@ a.mention-group {
|
|||||||
padding: 0.5em 0;
|
padding: 0.5em 0;
|
||||||
|
|
||||||
.topic-footer-main-buttons {
|
.topic-footer-main-buttons {
|
||||||
margin: -0.5em 0;
|
margin: 0 0 -0.5em 0;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
> .btn,
|
> .btn,
|
||||||
.topic-admin-menu-button-container {
|
.topic-admin-menu-button-container {
|
||||||
margin: 0.5em 0.5em 0.5em 0;
|
margin: 0 0.5em 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-admin-menu-button-container {
|
.topic-admin-menu-button-container {
|
||||||
|
|||||||
@@ -241,7 +241,7 @@ a.reply-to-tab {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topic-footer-mobile-dropdown {
|
.topic-footer-mobile-dropdown {
|
||||||
margin-right: 0.5em;
|
margin: 0 0.5em 0.5em 0;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user