chore(mobile/attachments): use bottom-style menu for actions

This commit is contained in:
Elian Doran
2026-02-05 21:57:49 +02:00
parent 14a8bdb0c0
commit ab0585609a
2 changed files with 2 additions and 4 deletions

View File

@@ -127,10 +127,6 @@
/* #region Attachment actions */
.attachment-actions .dropdown-menu {
width: 20em;
}
.attachment-actions .dropdown-item .tn-icon {
position: relative;
top: 3px;

View File

@@ -239,6 +239,8 @@ function AttachmentActions({ attachment, copyAttachmentLinkToClipboard }: { atta
text={<Icon icon="bx bx-dots-vertical-rounded" />}
buttonClassName="icon-action-always-border"
iconAction
dropdownContainerClassName="mobile-bottom-menu"
mobileBackdrop
>
<FormListItem
icon="bx bx-file-find"