mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 00:04:11 +08:00
16 lines
205 B
SCSS
16 lines
205 B
SCSS
|
.chat-tabs {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
height: 100%;
|
||
|
min-height: 1px;
|
||
|
}
|
||
|
|
||
|
.chat-tabs__tabpanel {
|
||
|
height: 100%;
|
||
|
min-height: 1px;
|
||
|
}
|
||
|
|
||
|
.chat-tabs-list {
|
||
|
margin: 1.5rem 0 2rem 1rem;
|
||
|
}
|