Resolve "Add room avatar back to the header as a shortcut to room details"

This commit is contained in:
N Pex 2023-03-22 10:42:25 +00:00 committed by n8fr8
parent 2117877592
commit 46a36f5ca7
2 changed files with 37 additions and 1 deletions

View file

@ -59,6 +59,9 @@ body {
}
}
}
.chat-header-avatar {
border-radius: 10px;
}
.room-title-row {
display: flex;
align-items: center;
@ -901,7 +904,6 @@ body {
height: 64px !important;
margin-bottom: 20px;
cursor: default;
.headline {
font-size: 70 * $chat-text-size !important;
}