From: Damyan Ivanov Date: Sun, 6 Mar 2022 20:57:41 +0000 (+0000) Subject: more spacious list items X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=e21959e2553c43eb24c69c78818be475e653134a;hp=0753df8cb1a2c3d9bd1a3b36c7d1b71ca529bdd3;p=lsl.git more spacious list items --- diff --git a/public/css/style.css b/public/css/style.css index 9ed2ed1..9637ab0 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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;