From a6fb964e993abd0a568c763e7cdf48e1ed14ac80 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 27 Feb 2022 20:19:09 +0300 Subject: Refined design. Bump version to 1.4.4 --- src/pages/options/general/general.html | 51 +++++++++++++++++----------------- src/pages/stylesheets/styles.css | 4 +-- 2 files changed, 28 insertions(+), 27 deletions(-) (limited to 'src/pages') diff --git a/src/pages/options/general/general.html b/src/pages/options/general/general.html index a4e6f295..852283d0 100644 --- a/src/pages/options/general/general.html +++ b/src/pages/options/general/general.html @@ -96,6 +96,32 @@ + +
+

Exceptions

+
+ +
+
+
+ +   + +   +
+ +
+
+
+
@@ -137,31 +163,6 @@
-
-

Exceptions

-
- -
-
-
- -   - -   -
- -
-
-
- diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 97ba1953..e1a347cd 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -250,8 +250,8 @@ div.buttons-popup { div.buttons-inline { display: flex; - justify-content: space-between; - padding: 0 15px; + justify-content: start; + /* padding: 0 15px; */ } .button-inline { -- cgit 1.4.1