1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-24 02:17:41 +00:00

Browse database view completed

This commit is contained in:
jcorporation
2018-06-03 21:35:16 +02:00
parent 7962a8ff54
commit a10be9b161
4 changed files with 65 additions and 21 deletions

View File

@@ -184,3 +184,15 @@ main {
min-width:28px;
}
.col-md {
min-width:250px;
max-width:350px;
}
.card-img-top {
min-height:250px;
background-image:url('/assets/coverimage-notavailable.png');
background-repeat:no-repeat;
background-color:#d45500;
cursor:pointer;
}