This commit is contained in:
kakkokari-gtyih 2025-06-07 16:31:00 +09:00
parent 73c837a1e1
commit 5963e8c484
1 changed files with 1 additions and 3 deletions

View File

@ -285,7 +285,7 @@ function showFileMenu(attach: Attach, ev: MouseEvent | KeyboardEvent): void {
width: 64px; width: 64px;
height: 64px; height: 64px;
margin-right: 4px; margin-right: 4px;
border-radius: 4px; border-radius: 8px;
overflow: hidden; overflow: hidden;
cursor: move; cursor: move;
@ -304,14 +304,12 @@ function showFileMenu(attach: Attach, ev: MouseEvent | KeyboardEvent): void {
.uploaderThumbnail { .uploaderThumbnail {
object-fit: cover; object-fit: cover;
object-position: center; object-position: center;
border-radius: 8px;
} }
.uploaderThumbnailIcon { .uploaderThumbnailIcon {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
border-radius: 8px;
} }
.icon { .icon {