mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 23:50:52 +01:00
Fix room info homeroom icon shrink
This commit is contained in:
parent
f73284147c
commit
dcf18449b8
@ -115,7 +115,7 @@ export const NavigatorRoomInfoView: FC<NavigatorRoomInfoViewProps> = props =>
|
||||
<div className="fw-bold">
|
||||
{ roomInfoData.enteredGuestRoom.roomName }
|
||||
</div>
|
||||
<i onClick={ () => processAction('set_home_room') } className={ 'icon icon-house-small cursor-pointer' + classNames({ ' gray': homeRoomId !== roomInfoData.enteredGuestRoom.roomId }) } />
|
||||
<i onClick={ () => processAction('set_home_room') } className={ 'flex-shrink-0 icon icon-house-small cursor-pointer' + classNames({ ' gray': homeRoomId !== roomInfoData.enteredGuestRoom.roomId }) } />
|
||||
</div>
|
||||
<div className="d-flex align-items-center">
|
||||
{ roomInfoData.enteredGuestRoom.showOwner && <>
|
||||
|
Loading…
Reference in New Issue
Block a user