Skip to content

Commit

Permalink
fix: alpha bar not showing on files screen
Browse files Browse the repository at this point in the history
  • Loading branch information
vicwomg committed Dec 26, 2024
1 parent ecb55f8 commit 3e4728a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pikaraoke/templates/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ <h1>
.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;
Expand All @@ -78,6 +76,9 @@ <h1>
max-width: 22px;
height: 95vh;
}
.mobile-hide {
visibility: hidden;
}
}
</style>
{% endblock %} {% block content %}
Expand Down

0 comments on commit 3e4728a

Please sign in to comment.