summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkDriveFileThumbnail.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-27 18:29:39 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-12-27 18:29:39 +0900
commit4f15b6f7c2800f60e702b0137a1d596e89f5029c (patch)
tree1b00374971d4a049489f3f41e8525a7722ade5cc /packages/frontend/src/components/MkDriveFileThumbnail.vue
parentperf?(client): remove needless scoped annotation for style (diff)
downloadsharkey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.tar.gz
sharkey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.tar.bz2
sharkey-4f15b6f7c2800f60e702b0137a1d596e89f5029c.zip
Revert "perf?(client): remove needless scoped annotation for style"
This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
Diffstat (limited to 'packages/frontend/src/components/MkDriveFileThumbnail.vue')
-rw-r--r--packages/frontend/src/components/MkDriveFileThumbnail.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkDriveFileThumbnail.vue b/packages/frontend/src/components/MkDriveFileThumbnail.vue
index 92f2cefefa..33379ed5ca 100644
--- a/packages/frontend/src/components/MkDriveFileThumbnail.vue
+++ b/packages/frontend/src/components/MkDriveFileThumbnail.vue
@@ -53,7 +53,7 @@ const isThumbnailAvailable = computed(() => {
});
</script>
-<style lang="scss">
+<style lang="scss" scoped>
.zdjebgpv {
position: relative;
display: flex;