Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: Fix the logo size in the 'Watch TV' window, fixes #3817
  • Loading branch information
perexg committed May 20, 2016
1 parent c514879 commit 6b9dcab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/webui/static/app/ext.css
Expand Up @@ -970,9 +970,10 @@
}

.tv-video-idle {
background-image : url(../../static/img/logobig.png);
background-repeat : no-repeat;
background-position : center;
background-image: url(../../static/img/logomid.png);
background-size: 300px;
background-repeat: no-repeat;
background-position: center;
}

.tv-video-message {
Expand Down

0 comments on commit 6b9dcab

Please sign in to comment.