From 983712bf9ba873405b081c7d594e83ac956b3954 Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 15 Jan 2019 17:37:17 +0900 Subject: [PATCH] fix userlink and something --- view/theme/plusfuture/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index a84cc02..6237197 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2162,11 +2162,17 @@ nav .navbar-text > div{ nav .navbar-nav > .text-truncate{ font-size: 0px; + position: absolute; + left: 68px; + top: 33px; } @media screen and (min-width: 450px) { nav .navbar-nav > .text-truncate{ font-size: unset; - margin-left: 5px; + margin-left: 5px; + position: unset; + left: unset; + top: unset; } #nav-app-link-wrapper.has_location { /*カスタマイズ*/