mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
hiding default browser controls
This commit is contained in:
parent
350463a1e7
commit
5d6e6c5db9
@ -24,6 +24,10 @@
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
video::-webkit-media-controls {
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
.htmlvideoplayer {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
|
Loading…
Reference in New Issue
Block a user