UX: Allow horizontal scroll on mobile post buttons
This commit is contained in:
parent
7c206b321f
commit
6acd2ab7d4
|
@ -29,6 +29,10 @@ span.badge-posts {
|
|||
.topic-post {
|
||||
nav.post-controls {
|
||||
color: var(--primary-low-mid-or-secondary-high);
|
||||
&.expanded {
|
||||
// on small devices with many buttons this can overflow
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.actions {
|
||||
display: flex;
|
||||
|
||||
|
|
Loading…
Reference in New Issue