aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-01-18 10:52:14 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-01-22 20:38:21 -0500
commit2f994a7e5d52ee664e2229a6217dddaf993ff856 (patch)
tree4f4432f67976d1e914f9a14edc390fa152e84bfc /ext/mixed
parent8e15c2031142c4d52088c6b159c90fcec03c46ef (diff)
Fix font size issue with action-button
Diffstat (limited to 'ext/mixed')
-rw-r--r--ext/mixed/css/display.css3
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 {