1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

Sonarr : Add-on : sonarr-text-logo (#415)

* Create sonarr-text-logo.css

* Add files via upload

* Don't replace logo on mobile, adjust width to show whole logo

Co-authored-by: GilbN <24592972+GilbN@users.noreply.github.com>
Co-authored-by: GilbN <gilberg@gmail.com>
This commit is contained in:
NeoToxic 2022-08-26 20:12:54 +02:00 committed by GitHub
parent 4178dc8d4b
commit d2d413d80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
@media (min-width: 752px) {
[class*="PageHeader-logo-"] {
display: none !important;
}
[class*="PageHeader-logoContainer-"]:before {
background-image: url("/css/addons/sonarr/sonarr-text-logo/sonarr-text.png");
display: inline-block;
margin-left: 15px;
width: 124px;
height: 40px;
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("/css/addons/sonarr/sonarr-text-logo/sonarr-text.png");
display: inline-block;
width: 124px;
height: 40px;
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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB