From 812622f173e0cd3ddfe8ebd5f1450cebbfd9e2a8 Mon Sep 17 00:00:00 2001 From: harukin Date: Wed, 27 Feb 2019 14:03:12 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=98=E3=83=AB=E3=83=97=E3=83=9C=E3=82=BF?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E4=BD=8E=E5=B9=85=E3=81=A7=E3=81=AE=E4=B8=80?= =?UTF-8?q?=E6=99=82=E7=9A=84=E3=81=AA=E6=8A=B9=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/theme/plusfuture/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 7d06dad..811e04d 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2185,6 +2185,13 @@ nav .navbar-nav > .text-truncate { left: 68px; top: 33px; } + +@media screen and (max-width: 380px) { + nav #context-help-btn { + display: none; + } +} + @media screen and (min-width: 450px) { nav .navbar-nav > .text-truncate { font-size: unset;