editor: fix checklist item size

This commit is contained in:
Ammar Ahmed
2025-03-25 09:41:04 +05:00
committed by Abdullah Atta
parent c22c51791e
commit ca60eda7f2

View File

@@ -666,8 +666,8 @@ p > *::selection {
flex: 0 0 auto;
margin-right: 0.5rem;
user-select: none;
height: 18px;
width: 18px;
height: 1rem;
width: 1rem;
accent-color: var(--accent);
}