mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
fix(group): fixed height in members list
This commit is contained in:
@@ -169,6 +169,9 @@ export const GroupMemberSidebar = observer(
|
||||
|
||||
return (
|
||||
<GenericSidebarBase>
|
||||
<Container>
|
||||
{isTouchscreenDevice && <div>Group settings go here</div>}
|
||||
</Container>
|
||||
<MemberList entries={entries} context={channel} />
|
||||
</GenericSidebarBase>
|
||||
);
|
||||
@@ -192,7 +195,7 @@ export const ServerMemberSidebar = observer(
|
||||
|
||||
return (
|
||||
<GenericSidebarBase>
|
||||
<Container className="test">
|
||||
<Container>
|
||||
{isTouchscreenDevice && <div>Server settings go here</div>}
|
||||
</Container>
|
||||
<MemberList entries={entries} context={channel} />
|
||||
|
||||
Reference in New Issue
Block a user