Client: Profile: fix badge position

This commit is contained in:
Viktor Fomin 2024-07-22 18:24:25 +03:00
parent 58eee4ddaf
commit fd96e437ef

View File

@ -70,7 +70,7 @@ export const StyledAvatarWrapper = styled.div`
@media ${mobile} {
display: flex;
position: fixed;
position: absolute;
right: 16px;
${(props) =>
props.theme.interfaceDirection === "rtl"