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

hiding default browser controls

This commit is contained in:
grafixeyehero 2019-09-26 21:20:15 +03:00
parent 350463a1e7
commit 5d6e6c5db9

View file

@ -24,6 +24,10 @@
z-index: 1000; z-index: 1000;
} }
video::-webkit-media-controls {
display:none !important;
}
.htmlvideoplayer { .htmlvideoplayer {
margin: 0 !important; margin: 0 !important;
padding: 0 !important; padding: 0 !important;