Improve chat look #65

Merged
sauceyred merged 18 commits from improve-chat-look into main 2025-08-14 15:29:16 +00:00
Showing only changes of commit a5f0576a12 - Show all commits

View file

@ -195,6 +195,8 @@ function getDayDifference(date1: Date, date2: Date) {
align-items: center;
width: 100%;
overflow-wrap: anywhere;
padding-top: .2rem;
padding-bottom: .2rem;
}
.message-reply-preview {
@ -210,10 +212,6 @@ function getDayDifference(date1: Date, date2: Date) {
margin-top: 1dvh;
}
.grouped-message {
margin-top: .3em;
}
.message-metadata {
display: flex;
gap: .5dvw;