0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/chat/assets/stylesheets/common/chat-thread.scss

7 lines
146 B
SCSS
Vendored

.chat-thread {
display: flex;
flex-direction: column;
position: relative;
@include chat-height(var(--chat-header-expanded-offset, 0));
}