summaryrefslogtreecommitdiffstats
path: root/css/SettingsSection.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-15 08:53:36 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-15 11:30:49 +0100
commit352f05f639eaf241144d6e2319b41c67b2feb8a2 (patch)
treecfa6d70ede21925678dd4a128e6a2448c4c46286 /css/SettingsSection.scss
parent5e4761489a39cc624980421d3b4942a36efd7eba (diff)
Srinking optimisations and fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css/SettingsSection.scss')
-rw-r--r--css/SettingsSection.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/SettingsSection.scss b/css/SettingsSection.scss
index 561036df..09953f39 100644
--- a/css/SettingsSection.scss
+++ b/css/SettingsSection.scss
@@ -40,7 +40,7 @@
// Sort Contacts
.sort-contacts {
- .multiselect.multiselect-vue {
+ .multiselect {
width: 100%;
margin: 0;
.multiselect__single {
@@ -68,7 +68,7 @@
border-radius: var(--border-radius);
}
}
- &__multiselect.multiselect.multiselect-vue {
+ &__multiselect.multiselect {
width: 100%;
margin: 0;
margin-top: -1px;