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

CSS selector change for plex-alt-logo.css

This commit is contained in:
Peter Glass 2023-11-28 23:18:04 -06:00 committed by GitHub
parent cbeeb1b205
commit abdb676db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
[class*="NavBar-plexLogo-"] {
[class*="NavBar-logoContainer-"] {
background-image: url("/css/addons/plex/plex-alt-logo/SeekPng.com_your-logo-here-png_2467553.png");
background-position: 50%;
background-repeat: no-repeat;
@ -7,6 +7,6 @@
width: 40px;
}
[class*="NavBar-plexLogo-"] svg {
[class*="NavBar-logoContainer-"] svg {
display: none;
}
}