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

Fix unreplaced and duplicate CSS properties

This commit is contained in:
MrTimscampi 2020-01-04 11:02:46 +01:00
parent 019d3730df
commit b2b67b81ef
3 changed files with 4 additions and 2 deletions

View file

@ -446,6 +446,7 @@ html {
::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical { ::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
background: center no-repeat #888 background: center no-repeat #888
} }

View file

@ -430,6 +430,7 @@ html {
::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical { ::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
background: center no-repeat #888 background: center no-repeat #888
} }

View file

@ -133,7 +133,7 @@
} }
.headerLeft { .headerLeft {
display: flex;justify-content: left; display: flex;
align-items: center; align-items: center;
flex-grow: 1; flex-grow: 1;
overflow: hidden; overflow: hidden;
@ -531,7 +531,7 @@
display: none display: none
} }
} }
justify-content: left;
@media all and (min-width:31.25em) { @media all and (min-width:31.25em) {
.mobileDetails { .mobileDetails {
display: none display: none