1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-03-03 18:25:25 +00:00

Fix: min-height for cards

This commit is contained in:
jcorporation 2018-10-17 23:17:17 +01:00
parent 68a72e720c
commit ffd7caece6

View File

@ -51,6 +51,10 @@ small {
color: #aaa;
}
.card {
min-height: 300px;
}
.card-footer-playback {
padding: 0px;
}