will now go responsive sooner

This commit is contained in:
booploops 2022-02-02 21:49:28 -08:00
parent 72c672c480
commit 1071ab89a9

View file

@ -502,6 +502,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
} }
.app-sidebar-footer { .app-sidebar-footer {
border-top: 1px solid rgba(200, 200, 200, 0.15);
padding: 11px; padding: 11px;
.app-playback-controls { .app-playback-controls {
@ -1392,7 +1393,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
} }
/* Window is smaller <= 1023px width */ /* Window is smaller <= 1023px width */
@media only screen and (max-width: 1023px) { @media only screen and (max-width: 1120px) {
.display--small { .display--small {
display: inherit !important;; display: inherit !important;;
@ -4579,7 +4580,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
height: 50vh; height: 50vh;
} }
@media only screen and (max-width: 1023px) { @media only screen and (max-width: 1121px) {
.display--large { .display--large {
display: flex !important; display: flex !important;
} }
@ -4970,7 +4971,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
height: 50vh; height: 50vh;
} }
@media only screen and (max-width: 1023px) { @media only screen and (max-width: 1121px) {
.display--large { .display--large {
display: flex !important; display: flex !important;
} }