mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-18 01:29:02 +00:00
Dashboard + UI enhancements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user