diff options
author | Mark H Weaver <mhw@netris.org> | 2020-09-06 02:10:59 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-09-06 13:18:24 -0400 |
commit | e4de546dc21666487ea391b8115442b665ffcc4a (patch) | |
tree | 2011370e26a41a7279f3b21be962ed71e9d06b86 | |
parent | f78a98753ab8a4ae3c8d063a0a21ee01073ddc13 (diff) |
Improve the layout of the About IceCat dialog.
-rw-r--r-- | data/patches/icecat-about-dialog.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/patches/icecat-about-dialog.patch b/data/patches/icecat-about-dialog.patch index e531691..476fb18 100644 --- 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) { |