mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 13:45:59 +08:00
42801c950f
This PR is a first step towards private groups. It redesigns settings/members area of a channel and also drops the "about" page which is now mixed into settings. This commit is also: - introducing chat-form, a small DSL to create forms, ideally I would want something in core for this - introducing a DToggleSwitch page object component to simplify testing toggles - migrating various components to gjs
4 lines
41 B
SCSS
4 lines
41 B
SCSS
.chat-channel-members {
|
|
width: 100%;
|
|
}
|