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:
parent
16d401243f
commit
59bb1d69ee
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.popup-notification-body {
|
.popup-notification-body {
|
||||||
font-size: 8pt;
|
font-size: 4pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* "Site information" (displayed when clicking the lock icon)
|
/* "Site information" (displayed when clicking the lock icon)
|
||||||
|
|
Loading…
Reference in a new issue