mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Fix unreplaced and duplicate CSS properties
This commit is contained in:
parent
019d3730df
commit
b2b67b81ef
@ -446,6 +446,7 @@ html {
|
||||
|
||||
::-webkit-scrollbar-thumb:horizontal,
|
||||
::-webkit-scrollbar-thumb:vertical {
|
||||
border-radius: 2px;
|
||||
background: center no-repeat #888
|
||||
}
|
||||
|
||||
|
@ -430,6 +430,7 @@ html {
|
||||
|
||||
::-webkit-scrollbar-thumb:horizontal,
|
||||
::-webkit-scrollbar-thumb:vertical {
|
||||
border-radius: 2px;
|
||||
background: center no-repeat #888
|
||||
}
|
||||
|
||||
|
@ -133,7 +133,7 @@
|
||||
}
|
||||
|
||||
.headerLeft {
|
||||
display: flex;justify-content: left;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
@ -531,7 +531,7 @@
|
||||
display: none
|
||||
}
|
||||
}
|
||||
justify-content: left;
|
||||
|
||||
@media all and (min-width:31.25em) {
|
||||
.mobileDetails {
|
||||
display: none
|
||||
|
Loading…
Reference in New Issue
Block a user