From f371481c270b0637618024c7f6df359e8e9f6a6a Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Thu, 16 Jan 2014 16:07:55 +0100 Subject: [PATCH] Hiding vertical shapes on mobile --- less/mobile.less | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/less/mobile.less b/less/mobile.less index 27330a8..9b569ce 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -25,7 +25,16 @@ width: 90%; } } - +/* + CENTER +*/ +#centerpanel { + #buttonGroupVerticalShapes { + #btnConv, #btnDiv, #btnSine, #btnStraight { + display: none; + } + } +} /* RIGHT */