upgrade setto

This commit is contained in:
sakrecoer 2020-09-11 19:02:26 +02:00
parent 479cff7a23
commit f15d28a769
84 changed files with 4207 additions and 593 deletions

View file

@ -1,5 +1,6 @@
#trackArt {
z-index: 5;
overflow-x: hidden;
flex: 1 1 50%;
min-width: 512px;
@ -51,14 +52,15 @@
}
#trackInfo {
flex: 1 1 50%;
z-index: 5;
height:100vh;
overflow-y: scroll;
overflow-x: hidden;
margin: 0;
padding: 0;
section {
text-align: left;
padding: 20px;
background-color: var(--bg);
> * {
margin: 20px;
}
@ -85,7 +87,7 @@
@media only screen and (max-width: 1023px) {
#trackArt {
z-index: 5;
min-width: 100%;
section {
position: absolute;
@ -96,6 +98,7 @@
}
}
#trackInfo {
z-index: 5;
height: unset;
overflow-y: unset;
section {