mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-25 03:18:54 +08:00
Removes unused CSS that was a temporary fix for a new notification type that was later reverted.
32 lines
496 B
SCSS
Vendored
32 lines
496 B
SCSS
Vendored
.has-full-page-chat {
|
|
.global-notice,
|
|
.bootstrap-mode-notice {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.admin-plugins {
|
|
[data-plugin-name="chat"] {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.user-summary-page .details .controls ul,
|
|
.user-main .details .controls ul {
|
|
flex-direction: column;
|
|
|
|
li:first-child {
|
|
order: -2;
|
|
}
|
|
|
|
li.user-profile-controls-outlet.chat-button {
|
|
order: -1;
|
|
&:empty {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.user-main .collapsed-info .details .controls ul {
|
|
flex-direction: row;
|
|
}
|