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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user