Update Plugin Settings, GameActivityToggle & TypingTweaks for new ui (#3326)
This commit is contained in:
parent
c8b54234fa
commit
7eeb719eac
6 changed files with 27 additions and 19 deletions
|
|
@ -69,6 +69,7 @@ function GameActivityToggleButton() {
|
|||
icon={makeIcon(showCurrentGame)}
|
||||
role="switch"
|
||||
aria-checked={!showCurrentGame}
|
||||
redGlow={!showCurrentGame}
|
||||
onClick={() => ShowCurrentGame.updateSetting(old => !old)}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[class*="panels"] [class*="avatarWrapper"] {
|
||||
[class^="panels"] [class^="avatarWrapper"] {
|
||||
min-width: 88px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue