Fix scroll bar goes under header bar (fix #101)

This commit is contained in:
Feross Aboukhadijeh
2016-03-08 19:29:30 -08:00
parent d061587e06
commit adf53bb7cc
5 changed files with 20 additions and 19 deletions

View File

@@ -185,7 +185,7 @@ a:not(.disabled):hover, i:not(.disabled):hover {
background: rgb(50, 50, 50);
}
.view-player .header {
.app.view-player .header {
opacity: 0.8;
}
@@ -246,6 +246,11 @@ a:not(.disabled):hover, i:not(.disabled):hover {
width: 100%;
overflow: auto;
flex: 1 1 auto;
margin-top: 37px;
}
.app.view-player .content {
margin-top: 0;
}
/*
@@ -274,10 +279,6 @@ a:not(.disabled):hover, i:not(.disabled):hover {
* TORRENT LIST
*/
.torrent-list {
padding-top: 37px;
}
.torrent-placeholder {
padding: 10px;
font-size: 1.1em;