Skip to content

Commit

Permalink
try to fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jul 21, 2024
1 parent 54d5612 commit 2727b20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system24.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
width: var(--pad);
}

/* fix inbox overflow and hiding window controls */
[class^='notAppAsidePanel_'] > [class^='layerContainer_'] {
overflow: hidden;
}

/* platform spacing */
.platform-osx [class*='guilds_'] {
margin-top: calc(32px + var(--pad));
Expand Down

0 comments on commit 2727b20

Please sign in to comment.