From: Damyan Ivanov Date: Sun, 6 Mar 2022 20:59:02 +0000 (+0000) Subject: slightly smaller check box X-Git-Url: https://git.ktnx.net/?p=lsl.git;a=commitdiff_plain;h=08a505d645c79a45aaaf73149d1b6f6cd8a9c1d3 slightly smaller check box --- diff --git a/public/css/style.css b/public/css/style.css index a2c65cb..4b1a73c 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -173,7 +173,7 @@ font-size: 10px; background: hsla(0, 0%, 90%, 1); } .list-item-row input[type="checkbox"] { - width: 1.3em; + width: 1.2em; } .list-item-row .description { cursor: text; min-width: 2em; } .list-item-row .edit-trigger {