diff --git a/pikaraoke/templates/files.html b/pikaraoke/templates/files.html
index 19536f71..0bbf4e0d 100644
--- a/pikaraoke/templates/files.html
+++ b/pikaraoke/templates/files.html
@@ -63,9 +63,7 @@
.break-word {
word-break: break-all; /* Ensures long words break to fit within the cell */
}
- .mobile-hide {
- visibility: hidden;
- }
+
@media screen and (max-width: 500px) {
#alpha-bar {
font-size: 13px;
@@ -78,6 +76,9 @@
max-width: 22px;
height: 95vh;
}
+ .mobile-hide {
+ visibility: hidden;
+ }
}
{% endblock %} {% block content %}