From 732c95cc979c7aabaf1a0bf436b512bab3ea0426 Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Mon, 31 May 2021 16:39:07 +0200 Subject: Show logo in mobile view (#4141) * client: show logo in mobile view * client(menu): add space between burger and logo --- client/src/app/app.component.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'client/src/app/app.component.scss') diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 0543564b4..6b1f7f8f1 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -70,11 +70,16 @@ display: flex; align-items: center; overflow: hidden; + padding: 0 0 0 10px; .instance-name { @include ellipsis; width: 100%; + + @media screen and (max-width: $mobile-view) { + display: none; + } } .icon.icon-logo { @@ -83,10 +88,6 @@ height: 24px; margin-right: 0.5rem; } - - @media screen and (max-width: $mobile-view) { - display: none; - } } .broadcast-message { -- cgit v1.2.3