Web: Client: fix selection language

This commit is contained in:
Elyor Djalilov 2023-11-13 20:42:45 +05:00
parent 589ec209a3
commit f06aaa2a72
3 changed files with 4 additions and 10 deletions

View File

@ -447,27 +447,20 @@ const StyledInviteLanguage = styled.div`
}
.invitation-language {
${(props) =>
props.theme.interfaceDirection === "rtl"
? css`
margin-left: 4px;
`
: css`
margin-right: 4px;
`}
color: ${(props) =>
props.theme.createEditRoomDialog.commonParam.descriptionColor};
}
.language-combo-box {
.combo-button {
padding-left: 6px;
padding-right: 0px;
padding-right: 6px;
}
.combo-button-label {
color: ${(props) =>
props.theme.createEditRoomDialog.commonParam.descriptionColor};
}
.combo-buttons_arrow-icon {
margin-left: 0px;
svg {
path {
fill: ${(props) =>

View File

@ -346,6 +346,7 @@ const InviteInput = ({
textOverflow
scaledOptions={false}
size="content"
manualWidth="280px"
showDisabledItems={true}
dropDownMaxHeight={364}
withBlur={isMobileView}

View File

@ -298,7 +298,7 @@ const MainProfile = (props) => {
size="content"
showDisabledItems={true}
dropDownMaxHeight={364}
manualWidth="250px"
manualWidth="280px"
isDefaultMode={
isMobileHorizontalOrientation
? isMobileHorizontalOrientation