From 59bb1d69eed3eda05e79ff422ee376ef68cd8b72 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 25 Nov 2020 18:54:28 +0100 Subject: [PATCH] popup-notification: decrease font-size When trying to install uBlock origin as suggested on the start page, I found that the text of the popup is taking up so much space that the "Add" / "Cancel" buttons are missing again. Decrease the font size even further (like in the "Site information"), so the buttons are visible again. If somebody wants to improve this: maybe we could give the popup-notification-body a fixed height instead, and make it scrollable? Patches welcome, and see README.md for instructions how to use the Firefox developer tools with the browser UI itself. --- src/userChrome/popups.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userChrome/popups.css b/src/userChrome/popups.css index 1933588..fd15529 100644 --- a/src/userChrome/popups.css +++ b/src/userChrome/popups.css @@ -11,7 +11,7 @@ display: none; } .popup-notification-body { - font-size: 8pt; + font-size: 4pt; } /* "Site information" (displayed when clicking the lock icon)