]> git.ktnx.net Git - lsl.git/commitdiff
slightly smaller check box
authorDamyan Ivanov <dmn@debian.org>
Sun, 6 Mar 2022 20:59:02 +0000 (20:59 +0000)
committerDamyan Ivanov <dmn@debian.org>
Sun, 6 Mar 2022 20:59:02 +0000 (20:59 +0000)
public/css/style.css

index a2c65cb6c256beb4b720a6e0d605187f8256c854..4b1a73c0d751d6a76cf0b37f886d7ba651714e52 100644 (file)
@@ -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 {