Update Plugin Settings, GameActivityToggle & TypingTweaks for new ui (#3326)

This commit is contained in:
rini c 2025-04-04 18:55:08 -03:00 committed by GitHub
parent c8b54234fa
commit 7eeb719eac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 27 additions and 19 deletions

View file

@ -69,6 +69,7 @@ function GameActivityToggleButton() {
icon={makeIcon(showCurrentGame)}
role="switch"
aria-checked={!showCurrentGame}
redGlow={!showCurrentGame}
onClick={() => ShowCurrentGame.updateSetting(old => !old)}
/>
);

View file

@ -1,3 +1,3 @@
[class*="panels"] [class*="avatarWrapper"] {
[class^="panels"] [class^="avatarWrapper"] {
min-width: 88px;
}