diff options
author | lev <not tellin u> | 2022-10-10 22:24:43 +0500 |
---|---|---|
committer | lev <not tellin u> | 2022-10-10 22:24:43 +0500 |
commit | 1b7e0c1a05603f41a04917cd175eedee1a8ddc83 (patch) | |
tree | fcb5ee81467262974dfa66902198e8a9d4ac8a84 /src | |
parent | Fixed bug when running scripts on windows shells (diff) | |
download | libredirect-1b7e0c1a05603f41a04917cd175eedee1a8ddc83.zip |
fixed checkbox circle being offcenter by 1px
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/stylesheets/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 072b5d5b..fff81e5a 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -226,7 +226,7 @@ div.option-block div { div.some-block input[type="checkbox"] { width: 46px; - height: 23px; + height: 24px; background-color: var(--light-grey); border-radius: 50px; transition: 0.4s; |