diff options
author | Hygna <hygna@noreply.codeberg.org> | 2022-10-10 19:32:19 +0200 |
---|---|---|
committer | Hygna <hygna@noreply.codeberg.org> | 2022-10-10 19:32:19 +0200 |
commit | f890d1d342c3d51d8997ca37e287d6d7cd8e3425 (patch) | |
tree | fcb5ee81467262974dfa66902198e8a9d4ac8a84 | |
parent | Fixed bug when running scripts on windows shells (diff) | |
parent | fixed checkbox circle being offcenter by 1px (diff) | |
download | libredirect-f890d1d342c3d51d8997ca37e287d6d7cd8e3425.zip |
Merge pull request 'fixed checkbox circle being offcenter by 1px' (#38) from levzzz/libredirect:master into master
Reviewed-on: https://codeberg.org/LibRedirect/libredirect/pulls/38
-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; |