diff options
author | hackademix | 2020-02-29 19:03:39 +0100 |
---|---|---|
committer | hackademix | 2020-02-29 19:03:39 +0100 |
commit | e6af4b07c12156f67497917990a21070072e8bf6 (patch) | |
tree | a7fe5299fec74ace3c19e8abada96a3a1bcb8acc /src/ui/options.css | |
parent | 9a664f7b3b6a5315983317b0e47128b809bc5531 (diff) | |
download | noscript-e6af4b07c12156f67497917990a21070072e8bf6.tar.gz noscript-e6af4b07c12156f67497917990a21070072e8bf6.tar.xz noscript-e6af4b07c12156f67497917990a21070072e8bf6.zip |
Minor adjustments for Firefox Preview (Fenix) compatibility.
Diffstat (limited to 'src/ui/options.css')
-rw-r--r-- | src/ui/options.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/options.css b/src/ui/options.css index 652a9bf..4653786 100644 --- a/src/ui/options.css +++ b/src/ui/options.css @@ -42,6 +42,7 @@ body { justify-content: flex-end; width: 100%; text-align: right; + margin: 0 0 2px 0; } #sect-general { |