From 8f8f82f6ada67bd4a763429fa45b9dbcf2740b86 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 3 Jan 2019 08:17:48 +0900 Subject: [PATCH] fix text-hide css --- view/theme/plusfuture/css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index d96839e..73f1639 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2155,6 +2155,11 @@ a[title*="pawoo.net"]::after { width: 100%; max-width: $converse_widthpx; } + +nav > .navbar-text > div{ + font-size: 0px; +} + @media screen and (min-width: 993px) { .region_3-on { left: 0px; @@ -2203,7 +2208,3 @@ a[title*="pawoo.net"]::after { position: absolute; left: -215px; } - -nav > .navbar-text > div{ - font-size: 0px; -} \ No newline at end of file