mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Library media queries breakpoints changed
This commit is contained in:
parent
11d9cf6073
commit
979926ab05
1 changed files with 12 additions and 2 deletions
|
|
@ -115,7 +115,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: @xxlarge) {
|
||||
@media only screen and (min-width: @large) {
|
||||
.library-container {
|
||||
.library-content {
|
||||
.meta-items-container {
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @xxlarge) {
|
||||
@media only screen and (max-width: @large) {
|
||||
.library-container {
|
||||
.library-content {
|
||||
.meta-items-container {
|
||||
|
|
@ -173,4 +173,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @minimum) {
|
||||
.library-container {
|
||||
.library-content {
|
||||
.meta-items-container {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue