Web:Studio:LoaderArticleBody fix styles.

This commit is contained in:
Vlada Gazizova 2022-04-19 14:19:53 +03:00
parent afb18aa7cc
commit 32ff86acbe
2 changed files with 0 additions and 2 deletions

View File

@ -155,7 +155,6 @@ class ArticleBodyContent extends React.Component {
const items = this.catalogItems();
const { isLoadedPage } = this.props;
const commonSettings = location.pathname.includes("common");
// TODO: styles fix
const showLoader = commonSettings ? !isLoadedPage : false;

View File

@ -15,7 +15,6 @@ const StyledLoader = styled.div`
@media (min-width: 1024px) {
padding: 0px 20px 0px;
margin-top: -7px;
.loader {
width: 216px;