Skip to content

Commit

Permalink
Hide servers/channels frame when in fullscreen mode (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 27, 2024
1 parent abb3c00 commit 6ce4b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/main/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ body {
background-color: $overlay-color;
}

// Scanline overlay over server and channel sidebars
&::before {
// Scanline overlay over server and channel sidebars (when not in fullscreen mode)
&:not(:has(.fullScreen_d880dc))::before {
margin: $sidebar-spacing;
width: $sidebar-width + $channels-width + $sidebar-border-width;
height: calc(100% - (2 * ($sidebar-spacing + $sidebar-border-width)));
Expand Down

0 comments on commit 6ce4b33

Please sign in to comment.