From 6576b6148ce1b02dbe6a335778592c4b72e275de Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 14 Sep 2022 16:31:05 +0200 Subject: [PATCH] feat: move the url link to the bottom of the items --- src/components/sharing/linkSharing.vue | 52 ++++++++++++-------------- 1 file changed, 23 insertions(+), 29 deletions(-) diff --git a/src/components/sharing/linkSharing.vue b/src/components/sharing/linkSharing.vue index a520203dd..e0b3baded 100644 --- a/src/components/sharing/linkSharing.vue +++ b/src/components/sharing/linkSharing.vue @@ -79,7 +79,6 @@ > - {{ $t('list.share.attributes.link') }} {{ $t('list.share.links.view') }} {{ $t('list.share.attributes.delete') }} @@ -88,29 +87,6 @@ -
-
- -
-
- - - - - -
-
- -

{{ s.name }}

@@ -121,7 +97,7 @@

-

+

+ +
+
+ +
+
+ + + + + +
+
@@ -299,9 +297,5 @@ function getShareLink(hash: string, view: ListView = LIST_VIEWS.LIST) { overflow-y: auto } -.rights-item { - white-space: nowrap; -} - @include modal-transition(); \ No newline at end of file