This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-10 21:34:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
plugins
/
chat
/
assets
/
stylesheets
/
mobile
/
chat-channel-members.scss
9 lines
106 B
SCSS
Raw
Normal View
History
Unescape
Escape
UX: Chat info area back button + styling tweaks (#24966) ## Back button to navigate out of add-member area Currently on mobile, once you're in the member area, there is no easy to return to the general settings area, except exiting the settings altogether, which isn't very user friendly. A go-back link solves the problem. ## Styling tweaks * Removed the background from the leave button * Added more spacing between the sections on desktop and removed the fixed height for rows Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2023-12-19 17:28:07 +02:00
.
c-channel-info
{
.
c-back-button
{
padding-bottom
:
1
em
;
}
}
UX: chat channel info area > classname changes (#24954)
2023-12-18 23:09:47 +02:00
.
c-channel-members
{
UI: redesigned settings/members (#23804) 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
2023-10-09 14:11:16 +02:00
width
:
100
%
;
}
Reference in New Issue
Copy Permalink