From b96f1b955594be95505af26e5dd56affc388453d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 9 Aug 2020 13:03:54 +0300 Subject: [PATCH] Use the same 1.15em font-size for status as what Firefox uses for url --- chrome/status_inside_urlbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/status_inside_urlbar.css b/chrome/status_inside_urlbar.css index 9e93b74..ad9a983 100644 --- a/chrome/status_inside_urlbar.css +++ b/chrome/status_inside_urlbar.css @@ -55,7 +55,7 @@ As a workaround, the -moz-element background image is removed somewhat often whi min-width: 1000px; background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,100%,.8)) !important; border: none !important; - font-size: inherit; + font-size: 1.15em; color: inherit !important; margin-right: 0px !important; }