diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/src/components/FilesListVirtual.vue | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/files/src/components/FilesListVirtual.vue b/apps/files/src/components/FilesListVirtual.vue index a791abdb3eb..7e2decde31a 100644 --- a/apps/files/src/components/FilesListVirtual.vue +++ b/apps/files/src/components/FilesListVirtual.vue @@ -566,8 +566,8 @@ export default defineComponent({ &-blurhash { position: absolute; - top: 0; - left: 0; + inset-block-start: 0; + inset-inline-start: 0; height: 100%; width: 100%; object-fit: cover; @@ -578,6 +578,9 @@ export default defineComponent({ object-fit: contain; object-position: center; + height: 100%; + width: 100%; + /* Preview not loaded animation effect */ &:not(.files-list__row-icon-preview--loaded) { background: var(--color-loading-dark); |