Explore: fixes a responsive fold of live tailing button
This commit is contained in:
committed by
Lukas Siatka
parent
e2ea2d3050
commit
deaddef090
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user