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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding: 0 0 0 10px;
|
||||||
|
|
||||||
.instance-name {
|
.instance-name {
|
||||||
@include ellipsis;
|
@include ellipsis;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
@media screen and (max-width: $mobile-view) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.icon-logo {
|
.icon.icon-logo {
|
||||||
|
@ -83,10 +88,6 @@
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $mobile-view) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.broadcast-message {
|
.broadcast-message {
|
||||||
|
|
Loading…
Reference in New Issue