summaryrefslogtreecommitdiffstats
path: root/css/Settings
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-09 19:03:06 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-09 19:13:56 +0100
commit5729951b251f2ffd4471ed0c92c77fbfe8d4c61a (patch)
treef2f6d227624ded0e1787a80dceb68f82d46a2130 /css/Settings
parent3890564d56bc12c7704cbfe41094b18bd0e6013d (diff)
Fixed multiselect styling
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css/Settings')
-rw-r--r--css/Settings/SettingsAddressbook.scss1
-rw-r--r--css/Settings/SettingsAddressbookSharee.scss5
-rw-r--r--css/Settings/SettingsAddressbookShares.scss3
3 files changed, 7 insertions, 2 deletions
diff --git a/css/Settings/SettingsAddressbook.scss b/css/Settings/SettingsAddressbook.scss
index 92d6fc20..680a7c7d 100644
--- a/css/Settings/SettingsAddressbook.scss
+++ b/css/Settings/SettingsAddressbook.scss
@@ -23,6 +23,7 @@
.addressbook {
display: flex;
+ flex-wrap: wrap;
align-items: center;
white-space: nowrap;
text-overflow: ellipsis;
diff --git a/css/Settings/SettingsAddressbookSharee.scss b/css/Settings/SettingsAddressbookSharee.scss
index c9777c52..82fafebb 100644
--- a/css/Settings/SettingsAddressbookSharee.scss
+++ b/css/Settings/SettingsAddressbookSharee.scss
@@ -57,12 +57,15 @@
width: 16px;
height: 16px;
display: inline-block;
+ margin-bottom: 2px;
}
.icon-delete {
display: inline-block;
- width: 24px;
+ width: 20px;
height: 20px;
opacity: 0.4;
+ margin-bottom: 2px;
+ margin-left: 4px;
}
} \ No newline at end of file
diff --git a/css/Settings/SettingsAddressbookShares.scss b/css/Settings/SettingsAddressbookShares.scss
index 9a311bb6..87cf2f9c 100644
--- a/css/Settings/SettingsAddressbookShares.scss
+++ b/css/Settings/SettingsAddressbookShares.scss
@@ -41,8 +41,9 @@
width: 14px;
}
- .multiselect {
+ .multiselect.multiselect-vue {
width: inherit;
+ margin: 0;
.multiselect__tags:focus-within,
.multiselect__tags:hover {
border-color: var(--color-primary-element);