about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorHygna <hygna@noreply.codeberg.org>2022-10-10 19:32:19 +0200
committerHygna <hygna@noreply.codeberg.org>2022-10-10 19:32:19 +0200
commitf890d1d342c3d51d8997ca37e287d6d7cd8e3425 (patch)
treefcb5ee81467262974dfa66902198e8a9d4ac8a84
parentFixed bug when running scripts on windows shells (diff)
parentfixed checkbox circle being offcenter by 1px (diff)
downloadlibredirect-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.css2
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;