Skip to content

Commit

Permalink
refactor(StreamingServerWarning): change global
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Jan 23, 2025
1 parent b1e8b47 commit 17c5341
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/routes/Board/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

.board-warning-container {
position: absolute;
bottom: 0.5rem;
left: 0.5rem;
right: 0.5rem;
bottom: calc(var(--safe-area-inset-bottom) + 0.5rem);
left: calc(var(--safe-area-inset-left) + 0.5rem);
right: calc(var(--safe-area-inset-right) + 0.5rem);
}
}

Expand Down Expand Up @@ -218,8 +218,6 @@

.board-warning-container {
bottom: calc(var(--vertical-nav-bar-size) + 0.5rem);
margin-left: var(--safe-area-inset-left);
margin-right: var(--safe-area-inset-right);
height: 7rem;
}
}
Expand Down

0 comments on commit 17c5341

Please sign in to comment.