Skip to content

Commit

Permalink
Merge branch 'testing' into pr/andreirotariu/644
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Sep 15, 2024
2 parents 74aafb3 + 318e24b commit 1787cc9
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.vscode/*
.vscode/*
venv*/
23 changes: 23 additions & 0 deletions css/addons/prowlarr/prowlarr-text-logo/prowlarr-text-logo.css
Original file line number Diff line number Diff line change
@@ -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;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added css/addons/readarr/readarr-text-logo.psd
Binary file not shown.
24 changes: 24 additions & 0 deletions css/addons/readarr/readarr-text-logo/readarr-text-logo.css
Original file line number Diff line number Diff line change
@@ -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;
}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1787cc9

Please sign in to comment.