mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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) {
|
||||
.cell{
|
||||
.items{
|
||||
width: 100%;
|
||||
@media @phone-landscape {
|
||||
.cell {
|
||||
flex-direction: row;
|
||||
|
||||
.items {
|
||||
padding: 1px;
|
||||
gap: 0.15rem;
|
||||
|
||||
.item {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue