10 changed files with 72 additions and 78 deletions
@ -0,0 +1,53 @@ |
|||||
|
@media (min-width: 752px) { |
||||
|
[class*="PageHeader-logo-"] { |
||||
|
display: none !important; |
||||
|
} |
||||
|
[class*="PageHeader-logoContainer-"]:before { |
||||
|
background-image: url("https://theme-park.dev/CSS/addons/readarr/readarr_alt.png"); |
||||
|
display: inline-block; |
||||
|
width: 34px; |
||||
|
height: 34px; |
||||
|
content:""; |
||||
|
background-size: cover; |
||||
|
-webkit-background-size: cover; |
||||
|
-moz-background-size: cover; |
||||
|
-o-background-size: cover; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
@media (max-width: 767px) { |
||||
|
[class*="PageHeader-logo-"] { |
||||
|
display: none !important; |
||||
|
} |
||||
|
[class*="PageHeader-logoContainer-"]:before { |
||||
|
background-image: url("https://theme-park.dev/CSS/addons/readarr/readarr_alt.png"); |
||||
|
display: inline-block; |
||||
|
width: 34px; |
||||
|
height: 34px; |
||||
|
content:""; |
||||
|
background-size: cover; |
||||
|
-webkit-background-size: cover; |
||||
|
-moz-background-size: cover; |
||||
|
-o-background-size: cover; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
[class*="LoadingPage-logoFull-"] { |
||||
|
display: none !important; |
||||
|
} |
||||
|
|
||||
|
[class*="LoadingPage-page-"]:before { |
||||
|
background-image: url("https://theme-park.dev/CSS/addons/readarr/readarr_alt.png"); |
||||
|
display: inline-block; |
||||
|
width: 48px; |
||||
|
height: 48px; |
||||
|
content:""; |
||||
|
background-size: cover; |
||||
|
-webkit-background-size: cover; |
||||
|
-moz-background-size: cover; |
||||
|
-o-background-size: cover; |
||||
|
margin-top: 50px; |
||||
|
margin-right: auto; |
||||
|
margin-left: auto; |
||||
|
|
||||
|
} |
After Width: | Height: | Size: 52 KiB |
@ -0,0 +1,3 @@ |
|||||
|
Headphone Icon svg made by monkik from www.flaticon.com |
||||
|
|
||||
|
https://www.flaticon.com/free-icon/music_2503487?term=headset&related_id=2503487 |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue