diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index 46b65c695eede..7b1063b6f2b25 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -29,139 +29,59 @@ :menu-position="'left'" :url="share.shareWithAvatar" /> - - {{ title }} -

- {{ share.status.icon || '' }} - {{ share.status.message || '' }} -

-
- - @@ -465,21 +391,34 @@ export default { display: flex; align-items: center; height: 44px; + &__desc { display: flex; flex-direction: column; justify-content: space-between; - padding: 8px; + padding-bottom: 0; line-height: 1.2em; + p { color: var(--color-text-maxcontrast); } + &-unique { color: var(--color-text-maxcontrast); } } + &__actions { margin-left: auto; } + + &__summary { + padding: 8px; + display: flex; + flex-direction: column; + justify-content: center; + width: 100%; + } + } diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 06c9cb708510f..ffe73a3da8854 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -25,13 +25,17 @@ - -