From 2a4280b5bf12280febea83b41c75d8891bc94dc8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 1 Feb 2026 20:59:50 +0200 Subject: [PATCH] feat(mobile/note_actions): remove bottom rounded corners --- apps/client/src/widgets/ribbon/NoteActions.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/ribbon/NoteActions.tsx b/apps/client/src/widgets/ribbon/NoteActions.tsx index 607f55a0ad..6aa05234db 100644 --- a/apps/client/src/widgets/ribbon/NoteActions.tsx +++ b/apps/client/src/widgets/ribbon/NoteActions.tsx @@ -99,6 +99,7 @@ export function NoteContextMenu({ note, noteContext }: { note: FNote, noteContex dropdownRef={dropdownRef} buttonClassName={ isNewLayout ? "bx bx-dots-horizontal-rounded" : "bx bx-dots-vertical-rounded" } className="note-actions" + dropdownContainerClassName="mobile-bottom-menu" hideToggleArrow noSelectButtonStyle noDropdownListStyle