Minimize to tray

Fixes #150
This commit is contained in:
DC
2016-03-29 02:25:35 -07:00
parent bc5292dd02
commit 23ce394bb9
6 changed files with 46 additions and 9 deletions

View File

@@ -142,6 +142,7 @@ i:not(.disabled):hover {
*/
.header {
background: rgb(40, 40, 40);
border-bottom: 1px solid rgb(20, 20, 20);
height: 37px; /* vertically center OS menu buttons (OS X) */
padding-top: 6px;
@@ -158,6 +159,10 @@ i:not(.disabled):hover {
z-index: 1;
}
.app:not(.is-focused) .header {
background: rgb(50, 50, 50);
}
.app.view-player .header {
opacity: 0.8;
}