From fc5cce23ea29c190974739f03a7a50d7b5257803 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Tue, 30 May 2023 13:42:30 +0200 Subject: [PATCH] Increase bottom padding of options page --- options/options.css | 2 +- releaseNotes.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/options/options.css b/options/options.css index 8250bdf..1a6625e 100644 --- a/options/options.css +++ b/options/options.css @@ -1,5 +1,5 @@ body.standalone { - padding: 0.5em; + padding: 0.5em 0.5em 2.5em; } @media (max-width: 400px){ diff --git a/releaseNotes.txt b/releaseNotes.txt index db6e562..b61008f 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -11,6 +11,7 @@ Version 1.10: - mobile default settings were not used in Firefox for Android - settings export page did not show whole content in Firefox for Android - new tabs opened from within the extension did not open properly in Firefox for Android + - settings reset confirmation dialog was not properly visible in Firefox for Android known issues: - if a data URL is blocked the page action button does not appear