Improve design

This commit is contained in:
2025-09-26 14:31:37 +03:00
Unverified
parent 8a6b7903af
commit 13cc9d1c29
3 changed files with 30 additions and 11 deletions
+14
View File
@@ -243,8 +243,22 @@
a {
text-decoration: none;
}
.attachement-image {
max-width: 200px;
border-radius: 8px;
cursor: pointer;
margin-left: 3px;
margin-right: 3px;
margin-bottom: 3px;
&:last-child {
margin-bottom: 0;
}
}
}
}
.message-time {
font-size: 0.7rem;
color: $color-dark-on-surface-variant;