1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-02 13:37:21 +02:00

Merge branch 'testing' into pr/andreirotariu/644

This commit is contained in:
GilbN 2024-09-15 16:17:31 +02:00
commit 1787cc9f4a
7 changed files with 49 additions and 1 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
.vscode/*
.vscode/*
venv*/

View File

@ -0,0 +1,23 @@
@media (min-width: 752px) {
[class*="PageHeader-logo-"] {
content: url("/css/addons/prowlarr/prowlarr-text-logo/prowlarr-text-logo.png");
margin-left: 15px;
width: auto;
height: 30px;
}
}
[class*="LoadingPage-logoFull-"] {
content: url("/css/addons/prowlarr/prowlarr-text-logo/prowlarr-text-logo.png");
margin-top: 50px;
margin-right: auto;
margin-left: auto;
width: auto;
height: 30px;
opacity: 1;
}
.panel-header > img.logo {
content: url("/css/addons/prowlarr/prowlarr-text-logo/prowlarr-text-logo.png");
width: auto;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

View File

@ -0,0 +1,24 @@
@media (min-width: 752px) {
[class*="PageHeader-logo-"] {
content: url("/css/addons/readarr/readarr-text-logo/readarr-text-logo.png");
margin-left: 15px;
width: auto;
height: 40px;
}
}
[class*="LoadingPage-logoFull-"] {
content: url("/css/addons/readarr/readarr-text-logo/readarr-text-logo.png");
margin-top: 50px;
margin-right: auto;
margin-left: auto;
width: auto;
height: 40px;
opacity: 1;
}
.panel-header > img.logo {
content: url("/css/addons/readarr/readarr-text-logo/readarr-text-logo.png");
width: auto;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB