1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-23 01:47:40 +00:00

Feat: Like button in playback card

This commit is contained in:
jcorporation
2018-08-18 16:26:12 +02:00
parent 6d1f0437b3
commit 492f008555
6 changed files with 64 additions and 19 deletions

View File

@@ -56,8 +56,7 @@ small {
}
.card-footer-playback {
padding-top: 0px;
padding-bottom: 0px;
padding: 0px;
}
.album-cover {
@@ -195,6 +194,14 @@ button.active {
border-color: #28a745 !important;
}
button.active-fg-green {
color: #28a745 !important;
}
button.active-fg-red {
color: #bd2130 !important;
}
div#alertBox {
position:fixed;
top: 50px;