mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-30 23:18:47 +00:00
refactor(Board): styles
- removed use of px
This commit is contained in:
parent
d7776f6d98
commit
896950cff0
1 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@
|
|||
.board-warning-container {
|
||||
flex: none;
|
||||
align-self: stretch;
|
||||
margin-bottom: var(--calculated-bottom-safe-inset, 0px);
|
||||
margin-bottom: var(--calculated-bottom-safe-inset, 0rem);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -218,9 +218,9 @@
|
|||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: calc(var(--vertical-nav-bar-size) + var(--calculated-bottom-safe-inset, 0px));
|
||||
bottom: calc(var(--vertical-nav-bar-size) + var(--calculated-bottom-safe-inset, 0rem));
|
||||
height: 4rem;
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue