discourse/plugins/chat/assets/stylesheets/common/chat-tabs.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
205 B
SCSS
Raw Normal View History

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