Web: Components: Row: fixed position share btn

This commit is contained in:
Artem Tarasov 2020-11-09 11:19:21 +03:00
parent 43bb83692d
commit f9ea759a26

View File

@ -49,21 +49,20 @@ const StyledElement = styled.div`
`;
const StyledContentElement = styled.div`
margin-top: 4px;
margin-top: 6px;
user-select: none;
@media ${tablet} {
margin-top: 6px;
}
`;
const StyledOptionButton = styled.div`
display: flex;
width: ${(props) => props.spacerWidth && props.spacerWidth};
justify-content: flex-end;
.expandButton > div:first-child {
padding: 8px 0px 9px 7px;
margin-right: 0px;
@media (min-width: 1024px) {
margin-right: -1px;
}
@ -72,7 +71,7 @@ const StyledOptionButton = styled.div`
}
}
margin-top: -1px;
//margin-top: -1px;
@media ${tablet} {
margin-top: unset;
}