mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
New logo! Thanks GeorgGearlQs!
Some changes in the settings screen,
This commit is contained in:
parent
14468acefc
commit
96f48291e5
5 changed files with 9 additions and 9 deletions
|
@ -6885,19 +6885,19 @@ button.close {
|
|||
color: #fff;
|
||||
}
|
||||
.logo {
|
||||
background: url(../images/logo-plexwatch.png);
|
||||
background-size: 120px 50px;
|
||||
background: url(../images/logo-plexpy.png);
|
||||
background-size: 170px 50px;
|
||||
min-height: 50px;
|
||||
min-width: 120px;
|
||||
min-width: 170px;
|
||||
float: left;
|
||||
margin-top: 4px;
|
||||
}
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
|
||||
.logo {
|
||||
background: url(../images/logo-plexwatch@2x.png);
|
||||
background-size: 120px 50px;
|
||||
background: url(../images/logo-plexpy@2x.png);
|
||||
background-size: 170px 50px;
|
||||
min-height: 50px;
|
||||
min-width: 120px;
|
||||
min-width: 170px;
|
||||
float: left;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue