about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorlev <not tellin u>2022-10-10 22:24:43 +0500
committerlev <not tellin u>2022-10-10 22:24:43 +0500
commit1b7e0c1a05603f41a04917cd175eedee1a8ddc83 (patch)
treefcb5ee81467262974dfa66902198e8a9d4ac8a84
parentFixed bug when running scripts on windows shells (diff)
downloadlibredirect-1b7e0c1a05603f41a04917cd175eedee1a8ddc83.zip
fixed checkbox circle being offcenter by 1px
-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;