mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-21 14:22:11 +00:00
refactor(Board): improve warning position on mobile
This commit is contained in:
parent
dbe82d4206
commit
dc6279d786
1 changed files with 6 additions and 0 deletions
|
|
@ -200,5 +200,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.board-warning-container {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: var(--vertical-nav-bar-size);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue