Fixed regression for large covers

This commit is contained in:
emeric
2020-05-12 14:37:19 +02:00
parent 956a08b092
commit 6234536a25
+5
View File
@@ -99,6 +99,11 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
position: relative; position: relative;
} }
.Lms-cover-large {
border-radius: 3px;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.Lms-entry-playing { .Lms-entry-playing {
font-weight: bold; font-weight: bold;
border-radius: 3px; border-radius: 3px;