committed by
GitHub
4 changed files with 577 additions and 904 deletions
@ -1,35 +1,19 @@ |
|||||
/* Desktop */ |
.mantine-Avatar-root[class*="bazarr-"] img { |
||||
@media (min-width: 752px) { |
|
||||
.header-icon.px-3.m-0.d-none.d-md-block img { |
|
||||
display: none !important; |
display: none !important; |
||||
} |
} |
||||
.header-icon.px-3.m-0.d-none.d-md-block:before { |
|
||||
background-image: url("/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png"); |
|
||||
display: inline-block; |
|
||||
width: 32px; |
|
||||
height: 32px; |
|
||||
content:""; |
|
||||
background-size: cover; |
|
||||
-webkit-background-size: cover; |
|
||||
-moz-background-size: cover; |
|
||||
-o-background-size: cover; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
/* Mobile */ |
.mantine-Avatar-root[class*="bazarr-"]:before { |
||||
@media (max-width: 767px) { |
|
||||
.sidebar-title.d-flex.align-items-center.d-md-none.container img { |
|
||||
display: none !important; |
|
||||
} |
|
||||
.sidebar-title.d-flex.align-items-center.d-md-none.container:before { |
|
||||
background-image: url("/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png"); |
background-image: url("/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png"); |
||||
display: inline-block; |
display: inline-block; |
||||
width: 32px; |
width: 32px; |
||||
height: 32px; |
height: 32px; |
||||
content:""; |
content: ""; |
||||
background-size: cover; |
background-size: cover; |
||||
-webkit-background-size: cover; |
-webkit-background-size: cover; |
||||
-moz-background-size: cover; |
-moz-background-size: cover; |
||||
-o-background-size: cover; |
-o-background-size: cover; |
||||
} |
} |
||||
} |
|
||||
|
#root>div>nav>div>div.mantine-Group-root.mantine-Group-child[class*="bazarr-"]>div>span:after { |
||||
|
content: " 4K"; |
||||
|
} |
File diff suppressed because it is too large
Loading…
Reference in new issue