mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 21:51:41 +08:00
15 lines
273 B
SCSS
Vendored
15 lines
273 B
SCSS
Vendored
.chat-section {
|
|
border-bottom: 1px solid var(--content-border-color);
|
|
padding: 1rem;
|
|
align-items: center;
|
|
display: flex;
|
|
flex-shrink: 0;
|
|
box-sizing: border-box;
|
|
|
|
&__text {
|
|
align-items: baseline;
|
|
display: flex;
|
|
flex: 1 1 0;
|
|
min-width: 0;
|
|
}
|
|
}
|