Use .png Plex logo instead of .svg

* Fix .svg not showing on some devices
This commit is contained in:
Jonathan Wong 2015-09-25 11:55:22 -07:00
parent f921035ee7
commit e9585ea15d
2 changed files with 1 additions and 1 deletions

View file

@ -1101,7 +1101,7 @@ a:hover .dashboard-recent-media-cover {
display: block;
width: 100%;
height: 100%;
background-image: url(../images/plex-logo-light.svg);
background-image: url(../images/plex-logo-light-small.png);
background-size: 100px;
background-repeat: no-repeat;
background-position: center;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB