From 7310a2a7e9840480bf7f0a944d0f5d2310683e62 Mon Sep 17 00:00:00 2001 From: greta Date: Wed, 29 Jun 2022 17:08:41 +0200 Subject: Migrate settings menu of contacts Signed-off-by: greta Signed-off-by: Richard Steinmetz --- css/SettingsSection.scss | 10 ---- .../AppNavigation/Settings/SettingsAddressbook.vue | 25 ++++++++-- .../Settings/SettingsNewAddressbook.vue | 17 ++++++- .../Settings/SettingsSortContacts.vue | 9 +++- src/components/AppNavigation/SettingsSection.vue | 54 ++++++++++++++++------ .../CircleDetails/CirclePasswordSettings.vue | 2 +- 6 files changed, 85 insertions(+), 32 deletions(-) diff --git a/css/SettingsSection.scss b/css/SettingsSection.scss index 39b673a7..0074aa01 100644 --- a/css/SettingsSection.scss +++ b/css/SettingsSection.scss @@ -64,16 +64,6 @@ height: 44px; } -.social-sync__list-entry { - label::before { - margin-left: 14px !important; - margin-right: 14px !important; - } - em { - margin-left: 44px !important; - } -} - // Sort Contacts .sort-contacts { display: flex; diff --git a/src/components/AppNavigation/Settings/SettingsAddressbook.vue b/src/components/AppNavigation/Settings/SettingsAddressbook.vue index 0e41c4c0..1972f0b0 100644 --- a/src/components/AppNavigation/Settings/SettingsAddressbook.vue +++ b/src/components/AppNavigation/Settings/SettingsAddressbook.vue @@ -22,7 +22,7 @@ -->