diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-04-02 18:33:03 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-04-02 18:33:03 +0300 |
commit | fb6746d3df8515a560aff6bd5d1da182990f9523 (patch) | |
tree | 256f334ee907f8ec1b1de66d77cec9859ace6df5 /src/pages/stylesheets | |
parent | Adding main_frame exception for redirecting of offline instances #157 #159 (diff) | |
download | libredirect-fb6746d3df8515a560aff6bd5d1da182990f9523.zip |
Tweaked design #60
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r-- | src/pages/stylesheets/styles.css | 29 |
1 files changed, 22 insertions, 7 deletions
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 |