Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkomata authored Jul 15, 2024
1 parent a086170 commit 83d2b71
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ P̵̧̧̨̳̣̯̤̮̞̦̩͓̝̻̚͠l̸̨͎̬͓̲̘̳̅ͅe̸̢̧͍̙̪͖͖͍̕͝
filter: brightness(2);
}

.platform-win [class*="subtitleContainer_"] [class*="toolbar_"],
.platform-win [class*="upperContainer_"] [class*="toolbar_"] { /*makes space for titlebar buttons*/
/*makes space for titlebar buttons*/
.platform-win [class*="subtitleContainer_"] [class*="toolbar_"], /*general chat*/
.platform-win [class*="upperContainer_"] [class*="toolbar_"], /*friends page*/
.platform-win [class^="callContainer_"] [class^="root_"]>div:has([class*="chatButton_"]) button { /*inside call/screenshare*/
margin-right: calc(var(--pad) * 5.5);
}

Expand Down

0 comments on commit 83d2b71

Please sign in to comment.