Improved the tracks/playqueue view

This commit is contained in:
emeric
2018-08-31 15:48:01 +02:00
parent 65269904df
commit 4c2dca647b
6 changed files with 52 additions and 19 deletions
+28 -4
View File
@@ -72,10 +72,6 @@ a:hover {
margin-bottom: 4px;
}
.Lms-playqueue-selected {
font-weight: bold;
}
.Lms-contents {
margin-bottom: 50px;
}
@@ -125,6 +121,34 @@ a:hover {
cursor: pointer;
}
.Lms-playqueue-entry {
min-height: 32px;
margin-bottom: 2px;
}
.Lms-playqueue-entry:hover {
background-color: lightgrey;
}
.Lms-playqueue-entry-controls {
text-align: center;
}
.Lms-playqueue-btn {
font-size: 22px !important;
cursor: pointer;
margin: 2px;
}
.Lms-playqueue-selected {
font-weight: 800;
}
.Lms-playqueue-selected h4 {
font-weight: inherit;
}
.Lms-player {
position: fixed;
bottom: 0;