Browse Source

Merge pull request #43333 from nextcloud/43225-fix-share-quick-perms-subline

Show quick permission subline on newline
pull/42484/head
Ferdinand Thiessen 2 years ago
committed by GitHub
parent
commit
3a556ace05
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      apps/files_sharing/src/views/SharingDetailsTab.vue
  2. 3
      dist/636-636.js
  3. 1
      dist/636-636.js.map
  4. 3
      dist/7042-7042.js
  5. 0
      dist/7042-7042.js.LICENSE.txt
  6. 1
      dist/7042-7042.js.map
  7. 4
      dist/files_sharing-files_sharing_tab.js
  8. 2
      dist/files_sharing-files_sharing_tab.js.map

9
apps/files_sharing/src/views/SharingDetailsTab.vue

@ -56,7 +56,7 @@
button-variant-grouped="vertical"
@update:checked="toggleCustomPermissions">
{{ t('files_sharing', 'File drop') }}
<small>{{ t('files_sharing', 'Upload only') }}</small>
<small class="subline">{{ t('files_sharing', 'Upload only') }}</small>
<template #icon>
<UploadIcon :size="20" />
</template>
@ -69,7 +69,7 @@
button-variant-grouped="vertical"
@update:checked="expandCustomPermissions">
{{ t('files_sharing', 'Custom permissions') }}
<small>{{ customPermissionsList }}</small>
<small class="subline">{{ customPermissionsList }}</small>
<template #icon>
<DotsHorizontalIcon :size="20" />
</template>
@ -993,7 +993,6 @@ export default {
span:nth-child(1) {
align-items: center;
justify-content: center;
color: var(--color-primary-element);
padding: 0.1em;
}
@ -1004,6 +1003,10 @@ export default {
flex-direction: column;
}
}
.subline {
display: block;
}
}
}

3
dist/636-636.js
File diff suppressed because it is too large
View File

1
dist/636-636.js.map
File diff suppressed because it is too large
View File

3
dist/7042-7042.js
File diff suppressed because it is too large
View File

0
dist/636-636.js.LICENSE.txt → dist/7042-7042.js.LICENSE.txt

1
dist/7042-7042.js.map
File diff suppressed because it is too large
View File

4
dist/files_sharing-files_sharing_tab.js
File diff suppressed because it is too large
View File

2
dist/files_sharing-files_sharing_tab.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save