Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
improve todo spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Dec 18, 2024
1 parent e15413c commit 3205247
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/styling/todo_list.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3205247

Please sign in to comment.