add message read/unread render & fix profile display
All checks were successful
Android Build / publish (push) Successful in 48s
Linux Build / publish (push) Successful in 52s

This commit is contained in:
olcxja 2026-07-04 17:24:46 +02:00
commit 68ac0beedf
14 changed files with 290 additions and 38 deletions

View file

@ -195,6 +195,7 @@ roomcontent {
height: 100%;
flex-grow: 1;
min-width: 0;
border-right: var(--border-width) solid var(--light-border-color);
}
roomcontent2 {
@ -208,6 +209,7 @@ roomcontent2 {
sidebar {
display: flex;
flex-direction: column;
flex-shrink: 0;
height: 100%;
width: calc(var(--icon-button-height) + (var(--button-margin) * 2) + var(--border-width));
@ -217,6 +219,7 @@ sidebar.second {
width: 17rem;
min-width: 17rem;
max-width: 17rem;
flex-shrink: 0;
}
.sidebar-section-header {
display: flex;