mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
Merge pull request #44251 from nextcloud/backport/manual/44217/stable28
fix: List specific share permissions as subline
This commit is contained in:
commit
fc402e5515
8 changed files with 19 additions and 10 deletions
|
|
@ -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,16 @@ export default {
|
|||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
/* Target component based style in NcCheckboxRadioSwitch slot content*/
|
||||
:deep(span.checkbox-content__text.checkbox-radio-switch__text) {
|
||||
flex-wrap: wrap;
|
||||
|
||||
.subline {
|
||||
display: block;
|
||||
flex-basis: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
3
dist/5709-5709.js
vendored
Normal file
3
dist/5709-5709.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/5709-5709.js.map
vendored
Normal file
1
dist/5709-5709.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
3
dist/8284-8284.js
vendored
3
dist/8284-8284.js
vendored
File diff suppressed because one or more lines are too long
1
dist/8284-8284.js.map
vendored
1
dist/8284-8284.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue