Browse Source

fix: 🐛 Plex: alt logo fix

pull/363/head
GilbN 3 years ago
parent
commit
17bbef6498
  1. 6
      css/addons/plex/plex-alt-logo/plex-alt-logo.css

6
css/addons/plex/plex-alt-logo/plex-alt-logo.css

@ -4,5 +4,9 @@
background-repeat: no-repeat;
background-size: contain;
margin: 0 10px;
width: 45px;
width: 40px;
}
[class*="NavBar-plexLogo-"] svg {
display: none;
}
Loading…
Cancel
Save