feat(layout): new icon for note actions & fix padding

This commit is contained in:
Elian Doran
2025-12-09 20:57:23 +02:00
parent 1e72ebd104
commit a0f0da64b4
4 changed files with 10 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ function NoteContextMenu({ note, noteContext }: { note: FNote, noteContext?: Not
return (
<Dropdown
buttonClassName="bx bx-dots-vertical-rounded"
buttonClassName={ isNewLayout ? "bx bx-dots-horizontal-rounded" : "bx bx-dots-vertical-rounded" }
className="note-actions"
hideToggleArrow
noSelectButtonStyle