From 3205247211251e5580be5588d4ff6df129c12bae Mon Sep 17 00:00:00 2001 From: WaoziXyz Date: Wed, 18 Dec 2024 12:06:52 -0500 Subject: [PATCH] improve todo spacing --- assets/styling/todo_list.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/styling/todo_list.css b/assets/styling/todo_list.css index 98d8553..90c9043 100644 --- a/assets/styling/todo_list.css +++ b/assets/styling/todo_list.css @@ -18,14 +18,13 @@ background-color: var(--card-bg); color: var(--text-color); border: none; - padding: 0.75rem 1rem; + padding: 0.75rem; cursor: pointer; transition: background-color 0.2s ease; border-radius: 8px; font-weight: 500; display: flex; align-items: center; - gap: 0.5rem; } .todo-tabs button .symbol {