mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
global nav-bar-size css variable
This commit is contained in:
parent
c59efd0165
commit
709960e939
3 changed files with 1 additions and 2 deletions
|
|
@ -10,6 +10,7 @@
|
|||
--landscape-shape-ratio: 0.5625;
|
||||
--poster-shape-ratio: 1.464;
|
||||
--scroll-bar-width: 6px;
|
||||
--nav-bar-size: 3.2rem;
|
||||
--focus-outline-size: 2px;
|
||||
--color-facebook: #4267b2;
|
||||
--color-twitter: #1DA1F2;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
.nav-bar-container {
|
||||
--nav-bar-size: 3.2rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
.toast-container {
|
||||
--nav-bar-size: 3.2rem;
|
||||
position: absolute;
|
||||
top: var(--nav-bar-size);
|
||||
right: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue