From 43b6ddd426b662bf7dece477747ca1f369ba0668 Mon Sep 17 00:00:00 2001 From: zubiden <19638254+zubiden@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:36:12 +0200 Subject: [PATCH] Forward Modal: Make items wider (#6833) --- .../common/pickers/PickerRecentContacts.module.scss | 4 ++-- src/components/main/FoldersSidebar.module.scss | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/common/pickers/PickerRecentContacts.module.scss b/src/components/common/pickers/PickerRecentContacts.module.scss index bc9bc3d69..e507abb5f 100644 --- a/src/components/common/pickers/PickerRecentContacts.module.scss +++ b/src/components/common/pickers/PickerRecentContacts.module.scss @@ -14,7 +14,7 @@ overflow-x: auto; overflow-y: hidden; display: flex; - gap: 1rem; + gap: 0.125rem; padding-inline: 0.5625rem; @@ -32,7 +32,7 @@ flex-direction: column; align-items: center; - min-width: 3.375rem; + min-width: 4.5rem; padding-top: 0.5rem; padding-bottom: 0.375rem; padding-inline: 0.25rem; diff --git a/src/components/main/FoldersSidebar.module.scss b/src/components/main/FoldersSidebar.module.scss index a864b71a5..f76243037 100644 --- a/src/components/main/FoldersSidebar.module.scss +++ b/src/components/main/FoldersSidebar.module.scss @@ -15,7 +15,6 @@ --offset-x: 1rem; overflow-y: auto; - min-width: 17rem; max-height: calc(100 * var(--vh) - 3.5rem); } .MenuItem .Toggle {