From fb6746d3df8515a560aff6bd5d1da182990f9523 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 2 Apr 2022 18:33:03 +0300 Subject: Tweaked design #60 --- src/pages/options/general/general.html | 384 ++++++++++++++++----------------- src/pages/stylesheets/styles.css | 29 ++- 2 files changed, 214 insertions(+), 199 deletions(-) (limited to 'src') diff --git a/src/pages/options/general/general.html b/src/pages/options/general/general.html index 98e9fca6..31083704 100644 --- a/src/pages/options/general/general.html +++ b/src/pages/options/general/general.html @@ -108,246 +108,246 @@ -
-
-

Theme

- -
- -
-

Apply Theme to sites

- -
+
+
+
+

Theme

+ +
-
-

Always use Preferred Instances

- -
+
+

Apply Theme to sites

+ +
-
-

Auto Redirect of offline instances

- -
+
+

Always use Preferred Instances

+ +
-
-

Exceptions

-
+
+

Auto Redirect of offline instances

+ +
-
-
- -   - -   -
- +

Exceptions

-
-
- -
-

Customize Popup

+
+
+

Customize Popup

+
-
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 5417242e..17949b64 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -95,7 +95,7 @@ a { section.links a { display: flex; align-items: center; - font-size: 24px; + font-size: 18px; text-decoration: none; color: white; transition: 0.1s; @@ -190,8 +190,8 @@ div.option-block h1 { } div.some-block input[type="checkbox"] { - width: 48px; - height: 25px; + width: 46px; + height: 23px; background-color: var(--light-grey); border-radius: 50px; transition: .4s; @@ -205,13 +205,12 @@ div.some-block input[type="checkbox"]:checked { div.some-block input[type="checkbox"]::before { content: ""; display: inline-block; - width: 20px; - height: 20px; + width: 18px; + height: 18px; box-sizing: border-box; position: relative; top: 2.5px; - left: 4px; - height: 20px; + left: 3.5px; background-color: white; border-radius: 50%; transition: .3s; @@ -378,4 +377,20 @@ body.light-theme textarea:focus { body.light-theme a { color: black; +} + +section.general { + display: flex; + flex-wrap: wrap; + margin-right: 0; + width: 100%; + justify-content: space-between; +} + +section.general div { + margin-right: 20px; +} + +#customize-popup { + width: 250px; } \ No newline at end of file -- cgit 1.4.1