mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 21:12:13 +00:00
fix board layout when warning is dismissed
This commit is contained in:
parent
1d5d006c04
commit
6b35ee2b9a
1 changed files with 9 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
|||
}
|
||||
|
||||
.board-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
|
@ -186,7 +185,16 @@
|
|||
|
||||
@media only screen and (max-width: @minimum) {
|
||||
.board-container {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
|
||||
.board-content-container {
|
||||
&:only-child {
|
||||
.board-content {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.board-content {
|
||||
height: calc(100% - 4rem);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue