mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Moved LESS variables after the imports
This commit is contained in:
parent
7fbd723db4
commit
a51fccbe16
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,5 @@
|
|||
// Copyright (C) 2017-2023 Smart code 203358507
|
||||
|
||||
@mobile-height: calc(var(--small-viewport-height) - var(--horizontal-nav-bar-size) - var(--vertical-nav-bar-size));
|
||||
@height: calc(var(--small-viewport-height) - var(--horizontal-nav-bar-size));
|
||||
|
||||
@import (reference) '~@stremio/stremio-colors/less/stremio-colors.less';
|
||||
@import (reference) '~stremio/common/screen-sizes.less';
|
||||
|
||||
|
|
@ -10,6 +7,9 @@
|
|||
popup-menu-container: menu-container;
|
||||
}
|
||||
|
||||
@mobile-height: calc(var(--small-viewport-height) - var(--horizontal-nav-bar-size) - var(--vertical-nav-bar-size));
|
||||
@height: calc(var(--small-viewport-height) - var(--horizontal-nav-bar-size));
|
||||
|
||||
.nav-menu-popup-label {
|
||||
.popup-menu-container {
|
||||
margin-top: 1rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue