Dashboard + UI enhancements

This commit is contained in:
simon987
2018-04-21 17:04:53 -04:00
parent 87f35571fa
commit 6b754b4bb4
11 changed files with 242 additions and 336 deletions

View File

@@ -36,22 +36,12 @@ body {overflow-y:scroll;}
background-color: #FAAB3C;
}
.card-img-top {
display: block;
min-width: 64px;
max-width: 100%;
max-height: 256px;
width: unset;
margin: 0 auto 0;
padding: 3px 3px 0 3px;
}
.card-img-overlay {
pointer-events: none;
padding: 0.75rem;
bottom: 0;
top: unset;
bottom: unset;
top: 0;
left: unset;
right: unset;
}
@@ -68,17 +58,19 @@ body {overflow-y:scroll;}
}
.fit {
width: 100%;
height: 100%;
padding: 3px;
display: block;
min-width: 64px;
max-width: 100%;
max-height: 256px;
width: 100%;
margin: 0 auto 0;
padding: 3px 3px 0 3px;
}
.audio-fit {
height: 39px;
vertical-align: bottom;
display: inline;
}
@media (min-width: 1200px) {
@@ -96,6 +88,12 @@ body {overflow-y:scroll;}
}
}
@media (min-width: 1800px) {
.container {
max-width: 1550px;
}
}
.hl {
background: #fff217;
}