Browse Source

Merge pull request #47500 from nextcloud/fix/file-list-footer-gap

pull/47541/head
John Molakvoæ 1 year ago
committed by GitHub
parent
commit
9754f4f723
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/files/src/components/VirtualList.vue
  2. 4
      dist/files-main.js
  3. 2
      dist/files-main.js.map

2
apps/files/src/components/VirtualList.vue

@ -216,7 +216,7 @@ export default Vue.extend({
return {
paddingTop: `${Math.floor(this.startIndex / this.columnCount) * this.itemHeight}px`,
paddingBottom: isOverScrolled ? 0 : `${hiddenAfterItems * this.itemHeight}px`,
minHeight: `${this.totalRowCount * this.itemHeight + this.beforeHeight}px`,
minHeight: `${this.totalRowCount * this.itemHeight}px`,
}
},
},

4
dist/files-main.js
File diff suppressed because it is too large
View File

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

Loading…
Cancel
Save