Show full "Submissions" btn on mobile (fixes #548)

This commit is contained in:
spikecodes 2022-11-01 21:59:16 -07:00
parent 98674310bc
commit 510c8679d6
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
1 changed files with 4 additions and 0 deletions

View File

@ -480,6 +480,10 @@ button.submit:hover > svg { stroke: var(--accent); }
margin-bottom: 20px;
}
#listing_options {
overflow-x: auto;
}
#sort_options, #listing_options, footer > a {
border-radius: 5px;
align-items: center;