mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
style(responsive): add @phone-landscape media query
This commit is contained in:
parent
e74072ebd5
commit
d2d28be6de
1 changed files with 12 additions and 5 deletions
|
|
@ -167,12 +167,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-height: @xxsmall) and (max-width: @xxsmall) and (orientation: landscape) {
|
@media @phone-landscape {
|
||||||
.cell{
|
.cell {
|
||||||
.items{
|
flex-direction: row;
|
||||||
width: 100%;
|
|
||||||
|
.items {
|
||||||
|
padding: 1px;
|
||||||
|
gap: 0.15rem;
|
||||||
|
|
||||||
|
.item {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue