From af114e525513b4edb99fbc6795b76d13a6d08539 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Tue, 11 Apr 2023 19:31:33 +0300 Subject: [PATCH] Enlarge the tick in checkboxes --- public/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/style.css b/public/style.css index 842855846..4adcd5724 100644 --- a/public/style.css +++ b/public/style.css @@ -1614,10 +1614,10 @@ input[type='checkbox']:not(#nav-toggle):not(#rm_button_panel_pin):not(#lm_button content: ''; color: var(--white100); position: absolute; - top: 4px; - right: 4px; - bottom: 4px; - left: 4px; + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; background-color: var(--transparent); background-size: contain; background-position: center center;