add message read/unread render & fix profile display
This commit is contained in:
parent
271c573fb4
commit
68ac0beedf
14 changed files with 290 additions and 38 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue