will now go responsive sooner
This commit is contained in:
parent
72c672c480
commit
1071ab89a9
1 changed files with 4 additions and 3 deletions
|
@ -502,6 +502,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
}
|
||||
|
||||
.app-sidebar-footer {
|
||||
border-top: 1px solid rgba(200, 200, 200, 0.15);
|
||||
padding: 11px;
|
||||
|
||||
.app-playback-controls {
|
||||
|
@ -1392,7 +1393,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
}
|
||||
|
||||
/* Window is smaller <= 1023px width */
|
||||
@media only screen and (max-width: 1023px) {
|
||||
@media only screen and (max-width: 1120px) {
|
||||
.display--small {
|
||||
display: inherit !important;;
|
||||
|
||||
|
@ -4579,7 +4580,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
height: 50vh;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1023px) {
|
||||
@media only screen and (max-width: 1121px) {
|
||||
.display--large {
|
||||
display: flex !important;
|
||||
}
|
||||
|
@ -4970,7 +4971,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
height: 50vh;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1023px) {
|
||||
@media only screen and (max-width: 1121px) {
|
||||
.display--large {
|
||||
display: flex !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue