Commit deaddef0 by Łukasz Siatka Committed by Lukas Siatka

Explore: fixes a responsive fold of live tailing button

parent e2ea2d30
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment