FIX: improves positioning of footer buttons on mobile (#6989)
This commit is contained in:
parent
831d7d2f87
commit
8a152566e3
|
@ -244,8 +244,7 @@ a.reply-to-tab {
|
|||
color: $tertiary;
|
||||
}
|
||||
.combobox {
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
margin-right: 0.5em;
|
||||
width: 160px;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
@ -288,8 +287,8 @@ span.post-count {
|
|||
|
||||
#topic-footer-buttons {
|
||||
.btn {
|
||||
margin-bottom: 5px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 0.5em;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -215,3 +215,9 @@ sub sub {
|
|||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.topic-footer-main-buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue