From deaddef0906aebd06f4d63b5807ef03e5001ddff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Siatka?= Date: Mon, 7 Oct 2019 23:49:12 +0200 Subject: [PATCH] Explore: fixes a responsive fold of live tailing button --- public/sass/pages/_explore.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/sass/pages/_explore.scss b/public/sass/pages/_explore.scss index 6482b7ce96a..dc08d82ac5e 100644 --- a/public/sass/pages/_explore.scss +++ b/public/sass/pages/_explore.scss @@ -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;