fix soundboard button in compacter

This commit is contained in:
Cynthia Foxwell 2023-03-29 16:16:30 -06:00
parent 1c7b711193
commit 17c7472461
1 changed files with 2 additions and 2 deletions

View File

@ -4894,7 +4894,7 @@ section[class^="panels-"]
> [class^="wrapper-"]
> [class^="container-"]
> [class*="actionButtons-"]
> button {
button {
width: 24px;
height: 24px;
min-height: 24px;
@ -5009,7 +5009,7 @@ section[class^="panels-"]
> [class^="wrapper-"]
> [class^="container-"]
> [class*="actionButtons-"]
> button {
button {
padding: 0;
background: transparent;
}