forked from abner/for-legacy-web
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