Fix scroll bar goes under header bar (fix #101)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user