1
0

Fix task title on mobile (#54)

Use a contenteditable for task title to make it look good on mobile

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/54
This commit is contained in:
konrad
2020-01-31 16:09:29 +00:00
parent 604488c68c
commit 96fddd9bbd
2 changed files with 23 additions and 1 deletions

View File

@ -46,6 +46,10 @@
padding: 0 .3em;
}
h1.input.title {
height: auto;
}
.is-done {
background: $green;
color: $white;