mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-09 00:27:21 +00:00
fix(Calendar): hide cell items when height is too small
This commit is contained in:
parent
098a6cb6ff
commit
5f9057703d
1 changed files with 9 additions and 1 deletions
|
|
@ -126,6 +126,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-height: @xxsmall) {
|
||||
.cell {
|
||||
.items {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @minimum) and (orientation: portrait) {
|
||||
.cell {
|
||||
.items {
|
||||
|
|
@ -149,4 +157,4 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue