New style for file attachment items

This commit is contained in:
N-Pex 2024-11-04 11:29:19 +01:00
parent 76cd9bc55b
commit e31ea61c97
5 changed files with 39 additions and 1 deletions

View file

@ -148,11 +148,20 @@
/* Style file items (i.e. PDF files) */
.thumbnail-item.file-item {
border: 1px solid black;
background-color: rgba(245,245,245,1);
border-radius: 8px;
padding: 15px 40px 15px 60px;
align-items: start;
position: relative;
font-family: Inter;
font-size: 14 * $chat-text-size;
font-weight: 400;
line-height: 16.38 * $chat-text-size;
letter-spacing: 0.4 * $chat-text-size;
text-align: left;
b {
font-weight: 600;
}
svg, .v-icon {
position: absolute;
top: 12px;
@ -170,6 +179,9 @@
width: 24px;
margin: auto 0;
}
&:hover {
opacity: 0.7;
}
}
.swipeable-thumbnails-view {