chore: Update the design of the attachments preview (#2447)
This commit is contained in:
parent
e34fe1c614
commit
f809431074
1 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue