Fix action button icon sizing. Closes #2137

This commit is contained in:
Gabe Kangas 2022-11-19 11:00:45 -08:00
parent a40d34e121
commit 7ba2730736
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -3,7 +3,8 @@
font-weight: 400;
font-family: var(--theme-text-display-font-family);
.icon {
width: 20px;
margin-right: 3px;
height: 90%;
margin-right: 5px;
margin-bottom: 1%;
}
}