Skip to content

Commit

Permalink
Moved LESS variables after the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelinmegdanov committed Feb 12, 2025
1 parent 7fbd723 commit a51fccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/NavBar/HorizontalNavBar/NavMenu/styles.less
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// 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';

:import('~stremio/components/Popup/styles.less') {
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;
Expand Down

0 comments on commit a51fccb

Please sign in to comment.