From 81ef26087f17202aaf192aff0f5223705ee7a2e8 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Thu, 17 Apr 2014 22:12:45 +0200 Subject: [PATCH] fix(toolbar): enlarged menu only when not collapsed --- public/css/menu.styl | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/public/css/menu.styl b/public/css/menu.styl index dadeb9aefd..7011c86463 100644 --- a/public/css/menu.styl +++ b/public/css/menu.styl @@ -47,15 +47,19 @@ display:inline-block height:100% .toolbar-submenu - padding: 0em !important li + margin-right: 1em display:inline-block - width: 100% - margin-bottom: 0em !important - a - padding: 1em - display: block + @media screen and (min-width:768px) + padding: 0em !important + li + display:inline-block width: 100% + margin: 0em !important + a + padding: 1em + display: block + width: 100% // Information bar: Bailey – notifs – currency – subscribe button .toolbar-bailey, .toolbar-wallet, .toolbar-options, .toolbar-subscribe float:right