mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor(styles): mobile UI adjustments (3)
This commit is contained in:
parent
7d2c5118b3
commit
cbffdfa33c
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
@import (reference) '~stremio/common/screen-sizes.less';
|
||||
|
||||
@seasons-bar-height: 5rem;
|
||||
@seasons-bar-height: 4rem;
|
||||
|
||||
.overlay {
|
||||
display: none;
|
||||
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
.info {
|
||||
padding: 1rem;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
|
|||
Loading…
Reference in a new issue