Web: Common: Fixed displaying of article header loading.

This commit is contained in:
TatianaLopaeva 2020-12-29 16:36:08 +03:00
parent 5340bded2f
commit f4b2922663

View File

@ -39,11 +39,11 @@ const StyledArticle = styled.article`
? props.pinned
? `
min-width: 240px;
margin-top: ${props.isLoaded ? "56px" : "0"};
margin-top: ${!props.isLoaded ? "56px" : "0"};
max-width: ${props.isLoaded ? "calc(100vw - 368px)" : "240px"};
height: calc(100% - 56px)!important;
.increaseHeight {
.increaseHeight {
position: fixed;
height: 100%;
top: 0;