Improved the playqueue/playhistory views

This commit is contained in:
emeric
2018-08-31 16:29:47 +02:00
parent 4c2dca647b
commit 46f550f7b9
3 changed files with 24 additions and 2 deletions
+8
View File
@@ -148,6 +148,14 @@ a:hover {
font-weight: inherit;
}
.Lms-playhistory-entry {
min-height: 32px;
margin-bottom: 2px;
}
.Lms-playhistory-entry:hover {
background-color: lightgrey;
}
.Lms-player {
position: fixed;