discourse/plugins/chat/assets/stylesheets/common/core-extensions.scss
Kris 57f4f5d60f
UX: show chat in plugin list (#33735)
follow-up to 2d111e2a9a, we're showing all
plugins now but chat was hidden via CSS
2025-07-21 12:01:42 -04:00

27 lines
395 B
SCSS
Vendored

.has-full-page-chat {
.global-notice,
.bootstrap-mode-notice {
display: none;
}
}
.user-summary-page .details .controls ul,
.user-main .details .controls ul {
flex-direction: column;
li:first-child {
order: -2;
}
li.chat-button {
order: -1;
&:empty {
display: none;
}
}
}
.user-main .collapsed-info .details .controls ul {
flex-direction: row;
}