1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-18 07:59:37 +02:00

fix: 🐛 Plex: alt logo fix

This commit is contained in:
GilbN 2022-04-16 23:35:13 +02:00
parent 98035fa8bd
commit 17bbef6498

View File

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