discourse/plugins/chat/assets/stylesheets/mobile/chat-channel-members.scss
chapoi 70f0cb610a
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 16:28:07 +01:00

9 lines
106 B
SCSS

.c-channel-info {
.c-back-button {
padding-bottom: 1em;
}
}
.c-channel-members {
width: 100%;
}