Style inconsistency between subtask lists and related tasks
Opened this issue · 2 comments
Description
Hi there, looks like related tasks need some love in terms of spacing. :)
I think it makes sense that the padding top/bottom differs, but at least for related tasks, i think there should be a bigger gap between text and checkbox. Maybe related tasks could differenciate even more, maybe with a tile-like appearance.
Vikunja Frontend Version
0.20.5+191-ccb9be42c2 (demo)
Vikunja API Version
v0.20.4+95-7ad256f6cd (demo)
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
There should at least be spacing between the checkbox and the title of a related task. Not sure where that went missing
Might happened with the new checkbox component. Quickfix for that spacing would be to add margin-right
from outside the component.
The vertical spacing is a more complex topic. We want to replace the editor and when we do that the styles might change either way. We are also still defining what the relation between 'Related Tasks' and checklists is.