Resolve "Add room avatar back to the header as a shortcut to room details"
This commit is contained in:
parent
2117877592
commit
46a36f5ca7
2 changed files with 37 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue