1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix case sensitive file names

This commit is contained in:
Luke Pulverenti 2014-10-09 18:22:04 -04:00
parent 12f4de7741
commit 8ff293076b
8 changed files with 57 additions and 4 deletions

View file

@ -133,6 +133,10 @@
display: none!important;
}
.idlePlayer video {
cursor: none;
}
#mediaPlayer .sliderContainer {
position: relative;
top: 5px;