summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-06 09:46:48 +0200
committerGitHub <noreply@github.com>2021-07-06 09:46:48 +0200
commit791431a16005c5858afdbdf5a57d57cc8c5d4116 (patch)
tree1bf8ad7f4616c99922979da35e5a1690b5085f0b
parent99ea0a0eb723b9a187afea97e673409c76836a14 (diff)
parentafb2c9f5b88fc0fbf42eaffb19f4697109ced892 (diff)
Merge pull request #2329 from nextcloud/fix/2307/improve-mobile-design
-rw-r--r--css/contacts.scss2
-rw-r--r--src/components/ContactDetails.vue6
-rw-r--r--src/components/ContactDetails/ContactDetailsAvatar.vue1
3 files changed, 4 insertions, 5 deletions
diff --git a/css/contacts.scss b/css/contacts.scss
index 0b690d55..aa433ce5 100644
--- a/css/contacts.scss
+++ b/css/contacts.scss
@@ -49,7 +49,7 @@ $grid-input-height-with-margin: $grid-height-unit - $grid-input-margin * 2;
}
.app-content-details {
- padding: 0 80px 80px 80px;
+ padding: 0 40px 80px 40px;
}
.app-content-list {
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index 5ed93cee..f22c73c1 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -779,9 +779,9 @@ section.contact-details {
}
.property--rev {
- position: fixed;
- right: 22px;
- bottom: 0;
+ position: absolute;
+ left: 125px;
+ bottom: -25px;
height: 44px;
opacity: .5;
color: var(--color-text-lighter);
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);