You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system I use is MacOS, and I like catfish theme very much, but when I insert the task list, I found that the task list css theme is too ugly. I look at the .css file, the default is .task-list-item input { top: 3px; left: 8px; },
I suggest changing to .task-list-item input { top: 0.1px; left: 0.1px; }
The text was updated successfully, but these errors were encountered:
The system I use is MacOS, and I like catfish theme very much, but when I insert the task list, I found that the task list css theme is too ugly. I look at the .css file, the default is
.task-list-item input { top: 3px; left: 8px; }
,I suggest changing to
.task-list-item input { top: 0.1px; left: 0.1px; }
The text was updated successfully, but these errors were encountered: