diff --git a/packages/core/src/App/Containers/Layout/header/trading-hub-header.jsx b/packages/core/src/App/Containers/Layout/header/trading-hub-header.jsx index ba95fcda0bb1..282fa0931e2a 100644 --- a/packages/core/src/App/Containers/Layout/header/trading-hub-header.jsx +++ b/packages/core/src/App/Containers/Layout/header/trading-hub-header.jsx @@ -213,7 +213,13 @@ const TradingHubHeader = ({ {header_extension && is_logged_in &&
{header_extension}
} - +
+ +
diff --git a/packages/core/src/sass/app/_common/layout/trading-hub-header.scss b/packages/core/src/sass/app/_common/layout/trading-hub-header.scss index bea43e8133bd..a77851debef8 100644 --- a/packages/core/src/sass/app/_common/layout/trading-hub-header.scss +++ b/packages/core/src/sass/app/_common/layout/trading-hub-header.scss @@ -22,8 +22,7 @@ } @media screen and (max-width: 380px) { - &__cashier-button, - &__logo-wrapper { + &__cashier-button { display: none; } } @@ -34,6 +33,15 @@ height: 4rem; } + &__logo-wrapper { + display: block; + @media screen and (max-width: 380px) { + &--cashier { + display: none; + } + } + } + &__menu-left { display: inline-flex; height: #{$HEADER_HEIGHT - 1px};