diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-01-18 10:52:14 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-01-22 20:38:21 -0500 |
commit | 2f994a7e5d52ee664e2229a6217dddaf993ff856 (patch) | |
tree | 4f4432f67976d1e914f9a14edc390fa152e84bfc /ext | |
parent | 8e15c2031142c4d52088c6b159c90fcec03c46ef (diff) |
Fix font size issue with action-button
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mixed/css/display.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index d8e42bfb..ea0eb260 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -182,8 +182,9 @@ html:root[data-yomichan-page=float] .entry { display: inline-block; border: 0; margin: 0; - padding: 0.25em; + padding: 0.3em; background: transparent; + font-size: inherit; } button.action-button { |