mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
fix(Calendar): PWA landscape mode
This commit is contained in:
parent
79e3dab206
commit
6ae9d1c9d4
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@
|
|||
@import (reference) '~stremio/common/screen-sizes.less';
|
||||
|
||||
.calendar {
|
||||
width: 100%;
|
||||
height: calc(100% - var(--calculated-bottom-safe-inset));
|
||||
height: calc(100% - var(--safe-area-inset-bottom));
|
||||
background-color: transparent;
|
||||
|
||||
.content {
|
||||
|
|
|
|||
Loading…
Reference in a new issue