From 5963e8c48449eccb37794fa56ac8d5ca7f49e2cb Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:31:00 +0900 Subject: [PATCH] :art: --- packages/frontend/src/components/MkPostFormAttaches.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/frontend/src/components/MkPostFormAttaches.vue b/packages/frontend/src/components/MkPostFormAttaches.vue index 7cd26faa2d..68e7d5398d 100644 --- a/packages/frontend/src/components/MkPostFormAttaches.vue +++ b/packages/frontend/src/components/MkPostFormAttaches.vue @@ -285,7 +285,7 @@ function showFileMenu(attach: Attach, ev: MouseEvent | KeyboardEvent): void { width: 64px; height: 64px; margin-right: 4px; - border-radius: 4px; + border-radius: 8px; overflow: hidden; cursor: move; @@ -304,14 +304,12 @@ function showFileMenu(attach: Attach, ev: MouseEvent | KeyboardEvent): void { .uploaderThumbnail { object-fit: cover; object-position: center; - border-radius: 8px; } .uploaderThumbnailIcon { display: flex; align-items: center; justify-content: center; - border-radius: 8px; } .icon {