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

Remove further vendor-prefixed CSS

This commit is contained in:
MrTimscampi 2020-01-02 13:36:44 +01:00
parent 4acf4f071e
commit 93e2aa2d3f
16 changed files with 23 additions and 248 deletions

View file

@ -23,6 +23,7 @@
.nowPlayingInfoControls,
.nowPlayingTime {
display: flex;
}
.nowPlayingPageImageContainer {
@ -53,7 +54,7 @@
box-shadow: 0 0 1.9vh #000;
border: .1em solid #222;
user-drag: none;
user-select: none
user-select: none;
}
@media all and (orientation:portrait) and (max-width:50em) {