mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-17 04:30:29 +03:00
Add max width for room and space options menu
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
0c32d5302c
commit
e85a869733
3 changed files with 5 additions and 5 deletions
|
|
@ -170,7 +170,7 @@ function RoomSettings({ roomId }) {
|
|||
<span style={{ color: 'var(--tc-surface-low)' }}> — room settings</span>
|
||||
</Text>
|
||||
</TitleWrapper>
|
||||
<RawIcon src={ChevronTopIC} />
|
||||
<RawIcon size="small" src={ChevronTopIC} />
|
||||
</button>
|
||||
</Header>
|
||||
<RoomProfile roomId={roomId} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue