Skip to content

Commit

Permalink
Fixed permanent notifs in Zen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Sep 21, 2023
1 parent 1d85778 commit c87b5e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/css/app.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions app/assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5316,6 +5316,11 @@ canvas#webgl {
}

&.zenMode {
#permanentNotifications {
width: 100vw;
left: 0;
}

&:not(.revealed) {
#zenModeRevealer {
display: block;
Expand Down

0 comments on commit c87b5e1

Please # to comment.