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:
parent
4acf4f071e
commit
93e2aa2d3f
16 changed files with 23 additions and 248 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue