1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-23 09:57:42 +00:00

Feat: Album actions in menu in search card #42

This commit is contained in:
jcorporation
2018-09-03 21:01:50 +01:00
parent 03dcfb1269
commit 75af2ada60
7 changed files with 129 additions and 88 deletions

View File

@@ -263,3 +263,11 @@ caption {
animation-name: changewidth;
animation-iteration-count: infinite;
}
.modal-body {
overflow-x: hidden;
}
.modal-body .album-cover {
float:none;
}