]> source.dussan.org Git - nextcloud-server.git/commit
fix(files): correct item height 41019/head
authorVarun Patil <varunpatil@ucla.edu>
Fri, 20 Oct 2023 16:33:28 +0000 (09:33 -0700)
committernextcloud-command <nextcloud-command@users.noreply.github.com>
Sat, 21 Oct 2023 22:42:06 +0000 (22:42 +0000)
commit4d578f37e6b7e9f296236d3937fd4caf962d31d8
tree8a4f1586808d2362b0e23b6b6862b1b01b7d8931
parentd2e7708b48ed59388c01ab235e8323ed8601b095
fix(files): correct item height

1. grid: typo? The icon size is 160 - 44 + (44 / 2) = 138px
2. non-grid: border is already included in height because the tr
   is a border-box (made this explicit to be safe)

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
apps/files/src/components/FilesListVirtual.vue
apps/files/src/components/VirtualList.vue
dist/files-main.js
dist/files-main.js.map