From e30a08fae6638eb4ed427a736a8d86e8da232bd2 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 22 Nov 2018 12:12:23 +0900 Subject: [PATCH] --- view/theme/plusfuture/schema/Focus-Light-singleline.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/view/theme/plusfuture/schema/Focus-Light-singleline.css b/view/theme/plusfuture/schema/Focus-Light-singleline.css index 8a5daa7..52c618a 100644 --- a/view/theme/plusfuture/schema/Focus-Light-singleline.css +++ b/view/theme/plusfuture/schema/Focus-Light-singleline.css @@ -4,5 +4,7 @@ color: rgba(0,0,0,0.7) !important; } .toplevel_item{ - width: 100% !important; + width: 100%; + margin-left: unset; + margin-right: unset; } \ No newline at end of file