Explore: fixes a responsive fold of live tailing button

This commit is contained in:
Łukasz Siatka 2019-10-07 23:49:12 +02:00 committed by Lukas Siatka
parent e2ea2d3050
commit deaddef090

View File

@ -139,6 +139,16 @@
}
}
@media only screen and (max-width: 788px) {
.explore-toolbar {
.explore-toolbar-content-item {
.navbar-button span {
display: none;
}
}
}
}
@media only screen and (max-width: 702px) {
.explore-toolbar-content-item:first-child {
padding-left: 2px;