diff --git a/src/components/loader/loader.css b/src/components/loader/loader.css index 14be68e0e8c..aa18cde974a 100644 --- a/src/components/loader/loader.css +++ b/src/components/loader/loader.css @@ -28,7 +28,7 @@ .block-animation { width: 125px; height: 150px; - margin: 10px auto 0px; + margin: 50px auto 0px; } .block-animation img { @@ -190,8 +190,3 @@ height: 100%; background-color: $ui-white-default; } - -.pride-month { - max-width: 350px; - margin-top: 0.75rem; -} diff --git a/src/components/loader/loader.jsx b/src/components/loader/loader.jsx index 857a0084743..a0d5b13fc28 100644 --- a/src/components/loader/loader.jsx +++ b/src/components/loader/loader.jsx @@ -9,7 +9,6 @@ import {getIsLoadingWithId} from '../../reducers/project-state'; import topBlock from './top-block.svg'; import middleBlock from './middle-block.svg'; import bottomBlock from './bottom-block.svg'; -import {notScratchDesktop} from '../../lib/isScratchDesktop'; const mainMessages = { 'gui.loader.headline': ( @@ -147,17 +146,6 @@ class LoaderComponent extends React.Component { ref={this.barInnerRef} /> - - {notScratchDesktop() && ( -