Hide mod tools popover on smaller screens

This commit is contained in:
2023-11-06 12:38:00 -05:00
parent 4290701d57
commit 5fc8a53d4e
2 changed files with 12 additions and 1 deletions

5
app/styles/mod-queue.css Normal file
View File

@ -0,0 +1,5 @@
@media (max-width: 1280px) {
#mod-tools {
display: none;
}
}