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

Commit

Permalink
streamer mode win button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkomata authored Jul 15, 2024
1 parent 2d82cc7 commit 41bdcc6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ P̵̧̧̨̳̣̯̤̮̞̦̩͓̝̻̚͠l̸̨͎̬͓̲̘̳̅ͅe̸̢̧͍̙̪͖͖͍̕͝
background-color: var(--bg-overlay-2,var(--background-secondary));
}

.platform-win #app-mount:has([class*="colorStreamerMode"]) [class*="winButton_"] { /*account for streamer mode stealing vertical space*/
top: calc(var(--pad) * 4.15);
}

.platform-win [class*="winButton_"]:hover {
filter: brightness(2);
}
Expand Down

0 comments on commit 41bdcc6

Please sign in to comment.