mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
0a5f548635
As part of this move, we are also renaming `discourse-chat` to `chat`.
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;
|
|
}
|