chore: Update the design of the attachments preview (#2447)

This commit is contained in:
Sivin Varghese 2021-06-20 19:54:57 +05:30 committed by GitHub
parent e34fe1c614
commit f809431074
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,11 @@ export default {
display: flex;
padding: var(--space-slab) 0 0;
background: var(--color-background-light);
background: transparent;
background: var(--b-50);
border-radius: var(--border-radius-normal);
width: fit-content;
padding: var(--space-smaller);
margin-top: var(--space-normal);
}
.thumb-wrap {
@ -114,6 +118,8 @@ export default {
max-width: 50%;
overflow: hidden;
text-overflow: ellipsis;
margin-left: var(--space-small);
.item {
height: var(--space-normal);
overflow: hidden;
@ -123,7 +129,7 @@ export default {
}
.file-size-wrap {
width: 20%;
width: 30%;
justify-content: center;
}