From b2bcbdde3f95dea6e27410941ce3da854828979a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 18 Dec 2025 00:25:16 +0200 Subject: [PATCH] style(attachment): top padding not matching side padding --- apps/client/src/widgets/type_widgets/Attachment.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/Attachment.css b/apps/client/src/widgets/type_widgets/Attachment.css index cab629071..ce0ae8856 100644 --- a/apps/client/src/widgets/type_widgets/Attachment.css +++ b/apps/client/src/widgets/type_widgets/Attachment.css @@ -74,7 +74,7 @@ .attachment-detail-wrapper.list-view { border-radius: 12px; background-color: var(--card-background-color); - padding: 0 6px; + padding: 6px 6px 0 6px; box-shadow: var(--card-box-shadow); } @@ -127,15 +127,6 @@ /* #endregion */ /* #region Attachment actions */ -.attachment-actions { - width: 35px; - height: 35px; -} - -.attachment-actions .select-button { - position: relative; - top: 3px; -} .attachment-actions .dropdown-menu { width: 20em;