]> git.ktnx.net Git - lsl.git/blobdiff - public/css/style.css
more spacious list items
[lsl.git] / public / css / style.css
index 9ed2ed166ebf066e1b560782abe0ae6999511a62..9637ab027746587d02ab08b1b938757cee10482d 100644 (file)
@@ -167,10 +167,14 @@ font-size: 10px;
     column-gap: 1ex;
     background: hsla(0, 0%, 90%, 0);
     transition: 0.5s;
+    line-height: 1.7em;
 }
 .list-item-row:hover {
     background: hsla(0, 0%, 90%, 1);
 }
+.list-item-row input[type="checkbox"] {
+    width: 1.3em;
+}
 .list-item-row .description { cursor: text; min-width: 2em; }
 .list-item-row .edit-trigger {
     cursor: pointer;