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 {