From 1e1732f70f5d4c73c273d24325ed3b0a95b02248 Mon Sep 17 00:00:00 2001 From: Conrad Zelck <git@simpel.cc> Date: Thu, 5 Oct 2023 16:54:28 +0200 Subject: [PATCH] style: align checkboxes better with it's label Signed-off-by: Conrad Zelck <git@simpel.cc> --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index bded692..1ab4153 100644 --- a/style.css +++ b/style.css @@ -139,7 +139,8 @@ summary { input[type=checkbox] { margin-top: 0; margin-right: 1vmin; - transform: scale(1.6); + /* make the checkbox a bit bigger and move a bit down */ + transform: scale(1.5) translateY(2px); } input[type=checkbox]:focus { -- GitLab