summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-03-04 15:52:28 +0100
committerGitHub <noreply@github.com>2020-03-04 15:52:28 +0100
commit464fe12197a89f1e97d04a260489fd199d1680ea (patch)
treef736e48edc6135c0577f702fad88b7febc3c4e53 /css
parent7330fdab6738c5df027fecea36672ca1faf14bfd (diff)
Fix no sharing menu position
Diffstat (limited to 'css')
-rw-r--r--css/Settings/SettingsAddressbook.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/css/Settings/SettingsAddressbook.scss b/css/Settings/SettingsAddressbook.scss
index e3c98ea0..52dd6bb7 100644
--- a/css/Settings/SettingsAddressbook.scss
+++ b/css/Settings/SettingsAddressbook.scss
@@ -28,9 +28,12 @@
white-space: nowrap;
text-overflow: ellipsis;
- > a:first-of-type {
- // put actions at the end
- margin-left: auto;
+ > .addressbook__name {
+ + a,
+ + div {
+ // put actions at the end
+ margin-left: auto;
+ }
}
&__name {