fix(aot): fix aot buttons size

- fix aot not being debug-able locally in jitsi-meet-electron app
This commit is contained in:
hmuresan
2021-04-19 13:46:22 +03:00
committed by Horatiu Muresan
parent 9e6939d25f
commit 7d1c8da827
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
.toolbox-icon {
cursor: pointer;
padding: 7px;
width: 25px;
height : 25px;
&.toggled {
background: $AOTToolbarButtonToggleColor;