Added minimum window size, equivalent to iTunes. Added responsive elements

This commit is contained in:
booploops 2021-11-22 20:55:37 -08:00
parent 17435b9e4a
commit cf833bf959
4 changed files with 19 additions and 3 deletions

View file

@ -552,6 +552,19 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
display:flex;
}
.display--small {
display: none!important;
}
/* Window is smaller <= 1023px width */
@media only screen and (max-width: 1023px) {
.display--small {
display: inherit!important;
}
.display--large {
display: none!important;
}
}
.header-text {
margin: 0px;
}