|
@@ -126,30 +126,38 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 800px) {
|
|
@media screen and (max-width: 800px) {
|
|
|
- .Controls {
|
|
|
|
|
|
|
+ .App[data-layout] .Controls {
|
|
|
grid: "progress progress progress" auto
|
|
grid: "progress progress progress" auto
|
|
|
"cover buttons time" auto
|
|
"cover buttons time" auto
|
|
|
"cover title artist" auto
|
|
"cover title artist" auto
|
|
|
"album album album" auto
|
|
"album album album" auto
|
|
|
/ auto auto 1fr;
|
|
/ auto auto 1fr;
|
|
|
grid-column-gap: 4px;
|
|
grid-column-gap: 4px;
|
|
|
|
|
+ width: initial;
|
|
|
}
|
|
}
|
|
|
- .Controls-buttons {
|
|
|
|
|
|
|
+ .App[data-layout] .Controls-buttons {
|
|
|
grid-column-gap: 10px;
|
|
grid-column-gap: 10px;
|
|
|
}
|
|
}
|
|
|
- .Controls progress {
|
|
|
|
|
|
|
+ .App[data-layout] .Controls progress {
|
|
|
height: 4px;
|
|
height: 4px;
|
|
|
}
|
|
}
|
|
|
- .Controls-album {
|
|
|
|
|
|
|
+ .App[data-layout] .Controls-album {
|
|
|
padding: 0 8px;
|
|
padding: 0 8px;
|
|
|
}
|
|
}
|
|
|
- .Controls-artist {
|
|
|
|
|
|
|
+ .App[data-layout] .Controls-artist {
|
|
|
min-width: 25vw;
|
|
min-width: 25vw;
|
|
|
padding: 0 8px;
|
|
padding: 0 8px;
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
}
|
|
}
|
|
|
- .Controls-time {
|
|
|
|
|
|
|
+ .App[data-layout] .Controls-time {
|
|
|
justify-self: right;
|
|
justify-self: right;
|
|
|
padding-right: 8px;
|
|
padding-right: 8px;
|
|
|
}
|
|
}
|
|
|
|
|
+ .App[data-layout] .Controls img {
|
|
|
|
|
+ width: 64px;
|
|
|
|
|
+ height: 64px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .App[data-layout] .Controls > div {
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|