mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
fix soundboard button in compacter
This commit is contained in:
parent
1c7b711193
commit
17c7472461
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue