mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 13:08:59 +08:00
7 lines
146 B
SCSS
Vendored
7 lines
146 B
SCSS
Vendored
.chat-thread {
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
|
|
@include chat-height(var(--chat-header-expanded-offset, 0));
|
|
}
|