This commit is contained in:
parent
73c837a1e1
commit
5963e8c484
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue