Fix font size issue with action-button

This commit is contained in:
toasted-nutbread 2020-01-18 10:52:14 -05:00
parent 8e15c20311
commit 2f994a7e5d

View File

@ -182,8 +182,9 @@ html:root[data-yomichan-page=float] .entry {
display: inline-block; display: inline-block;
border: 0; border: 0;
margin: 0; margin: 0;
padding: 0.25em; padding: 0.3em;
background: transparent; background: transparent;
font-size: inherit;
} }
button.action-button { button.action-button {