mirror of https://github.com/Chocobozzz/PeerTube
Show logo in mobile view (#4141)
* client: show logo in mobile view * client(menu): add space between burger and logopull/4149/head
parent
11e4090dbb
commit
732c95cc97
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue