discourse/plugins/chat/assets/stylesheets/common/chat-tabs.scss
Roman Rizzi 0a5f548635
DEV: Move discourse-chat to the core repo. (#18776)
As part of this move, we are also renaming `discourse-chat` to `chat`.
2022-11-02 10:41:30 -03:00

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;
}