Skip to content

Commit 632783e

Browse files
committed
fix styling
1 parent 53b2a47 commit 632783e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/components/Todoist.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@
291291
}
292292
form {
293293
opacity: 0;
294-
display: inline-block;
294+
display: flex;
295+
gap: 1ch;
295296
transition: opacity 0.2s ease;
296297
flex: 1;
297298
}
@@ -300,7 +301,9 @@
300301
opacity: 1;
301302
}
302303
.add-task-input {
304+
flex: 1;
303305
background: transparent;
306+
padding: 0;
304307
border: none;
305308
color: var(--txt-2);
306309
height: 1.5rem;

0 commit comments

Comments
 (0)