Common: Components: Article: ArticleApps: fix style

This commit is contained in:
Viktor Fomin 2023-06-06 12:26:49 +03:00
parent cf86f07f23
commit a0f7973e4f

View File

@ -16,14 +16,14 @@ const StyledArticleApps = styled.div`
display: flex;
flex-direction: column;
gap: 8px;
position: fixed;
bottom: 89px;
position: relative;
margin-top: auto;
margin-bottom: 16px;
@media ${tablet} {
${(props) =>
props.showText &&
css`
bottom: 158px;
margin-left: 8px;
`}
}