commit e4de546dc21666487ea391b8115442b665ffcc4a parent f78a98753ab8a4ae3c8d063a0a21ee01073ddc13 Author: Mark H Weaver <mhw@netris.org> Date: Sun, 6 Sep 2020 02:10:59 -0400 Improve the layout of the About IceCat dialog. Diffstat:
| M | data/patches/icecat-about-dialog.patch | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/data/patches/icecat-about-dialog.patch b/data/patches/icecat-about-dialog.patch @@ -8,3 +8,17 @@ </hbox> <description id="trademark" data-l10n-id="trademarkInfo"></description> </vbox> +--- a/browser/base/content/aboutDialog.css ++++ b/browser/base/content/aboutDialog.css +@@ -14,10 +14,9 @@ + #rightBox { + background-image: url("chrome://branding/content/about-wordmark.svg"); + background-repeat: no-repeat; +- background-size: 288px auto; + /* padding-top creates room for the wordmark */ + padding-top: 38px; +- margin-top: 20px; ++ margin-top: 60px; + } + + #rightBox:-moz-locale-dir(rtl) {