fix(mobile/note_icon): small horizontal scroll

This commit is contained in:
Elian Doran 2026-02-02 13:14:42 +02:00
parent c4d131dd23
commit cb9e67ce84
No known key found for this signature in database

View File

@ -158,7 +158,7 @@ function NoteIconList({ note, onHide, columnCount }: {
class="icon-list"
ref={iconListRef}
style={{
width: columnCount * 48,
width: (columnCount * 48 + 10),
}}
onClick={(e) => {
// Make sure we are not clicking on something else than a button.