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.
This commit is contained in:
Oliver Smith 2020-11-25 18:54:28 +01:00
parent 16d401243f
commit 59bb1d69ee
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -11,7 +11,7 @@
display: none;
}
.popup-notification-body {
font-size: 8pt;
font-size: 4pt;
}
/* "Site information" (displayed when clicking the lock icon)