Show logo in mobile view (#4141)

* client: show logo in mobile view

* client(menu): add space between burger and logo
pull/4149/head
kontrollanten 2021-05-31 16:39:07 +02:00 committed by GitHub
parent 11e4090dbb
commit 732c95cc97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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 {