mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
feat(Turntable): the Full App Display have better response in Horizontal mode
This commit is contained in:
parent
ad3049d1c6
commit
347d83467e
@ -320,6 +320,18 @@
|
||||
}
|
||||
|
||||
|
||||
/* Responsive */
|
||||
@media (max-width: 908px) {
|
||||
#fad-foreground {
|
||||
flex-wrap: wrap;
|
||||
align-content: center
|
||||
}
|
||||
|
||||
#fad-details {
|
||||
padding-top: 50px
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1460px) and (min-height: 960px) {
|
||||
#fad-foreground {
|
||||
transform: scale(1.2)
|
||||
|
Loading…
Reference in New Issue
Block a user