Web: Client: InvitePanel: Fixed input width on mobile devices

This commit is contained in:
Ilya Oleshko 2023-02-09 13:24:44 +03:00
parent 63fd519101
commit ed7b339e87

View File

@ -128,7 +128,7 @@ const StyledInviteInputContainer = styled.div`
position: relative;
display: flex;
align-items: center;
${fillAvailableWidth}
width: 100%;
margin-bottom: 20px;
.header_aside-panel {