UX: Allow horizontal scroll on mobile post buttons

This commit is contained in:
awesomerobot 2020-09-25 21:06:17 -04:00
parent 7c206b321f
commit 6acd2ab7d4
1 changed files with 4 additions and 0 deletions

View File

@ -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;