From cb9e67ce84eea7f08b895ed851252366dcea94bb Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 2 Feb 2026 13:14:42 +0200 Subject: [PATCH] fix(mobile/note_icon): small horizontal scroll --- apps/client/src/widgets/note_icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/note_icon.tsx b/apps/client/src/widgets/note_icon.tsx index 019995a9f7..5ca80fa01d 100644 --- a/apps/client/src/widgets/note_icon.tsx +++ b/apps/client/src/widgets/note_icon.tsx @@ -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.