diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-10-01 01:53:38 +0200 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-10-01 01:53:38 +0200 |
| commit | 9fd66f92db6bdc38272ef8076f66055e793fe20f (patch) | |
| tree | 6e6600d07382a285bfb89346597cd0b9f1dacb88 /packages/frontend/src/components/MkDriveFileThumbnail.vue | |
| parent | add: like button (diff) | |
| parent | fix: link find instances (diff) | |
| download | sharkey-9fd66f92db6bdc38272ef8076f66055e793fe20f.tar.gz sharkey-9fd66f92db6bdc38272ef8076f66055e793fe20f.tar.bz2 sharkey-9fd66f92db6bdc38272ef8076f66055e793fe20f.zip | |
Merge branch 'icons' of https://github.com/transfem-org/Sharkey into icons
Diffstat (limited to 'packages/frontend/src/components/MkDriveFileThumbnail.vue')
| -rw-r--r-- | packages/frontend/src/components/MkDriveFileThumbnail.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkDriveFileThumbnail.vue b/packages/frontend/src/components/MkDriveFileThumbnail.vue index a44c78c249..66807cf42c 100644 --- a/packages/frontend/src/components/MkDriveFileThumbnail.vue +++ b/packages/frontend/src/components/MkDriveFileThumbnail.vue @@ -63,7 +63,7 @@ const isThumbnailAvailable = computed(() => { position: relative; display: flex; background: var(--panel); - border-radius: 8px; + border-radius: 5px; overflow: clip; } |