Merge pull request #6038 from nextcloud/backport/5964/stable29

Backport/5964/stable29
This commit is contained in:
Julius Härtl
2024-06-27 11:52:06 +02:00
committed by GitHub
6 changed files with 820 additions and 2012 deletions

View File

@@ -117,7 +117,6 @@ const maxUploadSizeState = loadState('deck', 'maxUploadSize', -1)
const picker = getFilePickerBuilder(t('deck', 'File to share'))
.setMultiSelect(false)
.setModal(true)
.setType(1)
.allowDirectories()
.build()

View File

@@ -207,7 +207,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
section.app-sidebar__tab--active {
min-height: auto;