Added minimum window size, equivalent to iTunes. Added responsive elements
This commit is contained in:
parent
17435b9e4a
commit
cf833bf959
4 changed files with 19 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue