style(mobile/context_menu): make color picker easier to press

This commit is contained in:
Elian Doran 2025-11-29 09:15:28 +02:00
parent 3cc64b5764
commit 8ced689432
No known key found for this signature in database

View File

@ -389,6 +389,20 @@ body.mobile .dropdown-menu {
} }
} }
} }
.dropdown-custom-item:has(.note-color-picker) {
overflow-x: auto;
}
.note-color-picker {
padding: 0;
width: fit-content;
.color-cell {
--color-picker-cell-size: 26px;
flex-shrink: 0;
}
}
} }
/* #endregion */ /* #endregion */