diff options
author | szaimen <szaimen@e.mail.de> | 2021-07-05 20:54:50 +0200 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2021-07-06 00:00:17 +0200 |
commit | afb2c9f5b88fc0fbf42eaffb19f4697109ced892 (patch) | |
tree | 1694a2aa168bae3d26c5cfd626a9761dc416b5b0 | |
parent | ba9cb7c90268dba2013bbb6a00d72c47dcd03b10 (diff) |
fix double-visible contacts action-button
Signed-off-by: szaimen <szaimen@e.mail.de>
-rw-r--r-- | src/components/ContactDetails/ContactDetailsAvatar.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ContactDetails/ContactDetailsAvatar.vue b/src/components/ContactDetails/ContactDetailsAvatar.vue index cfa5576c..1be908bb 100644 --- a/src/components/ContactDetails/ContactDetailsAvatar.vue +++ b/src/components/ContactDetails/ContactDetailsAvatar.vue @@ -495,7 +495,6 @@ export default { &__menu { z-index: 11; - display: flex !important; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, .2); |