From 2f994a7e5d52ee664e2229a6217dddaf993ff856 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 18 Jan 2020 10:52:14 -0500 Subject: Fix font size issue with action-button --- ext/mixed/css/display.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext') 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 { -- cgit v1.2.3