From 725fb6d0150d5d230195ae656842f95fb06861ce Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Fri, 17 Jan 2014 00:06:51 +0100 Subject: [PATCH] Separated vertical shape selection break point --- less/buttons.less | 10 ++++++++++ less/mobile.less | 6 +----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/less/buttons.less b/less/buttons.less index efd225c..df15756 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -196,6 +196,16 @@ left: 6px; } +@media only screen and (max-height: 480px), + only screen and (max-width: 600px) and (min-device-pixel-ratio : 1.5), + only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio : 1.5) { + #buttonGroupVerticalShapes { + #btnConv, #btnDiv, #btnSine, #btnStraight { + display: none; + } + } +} + diff --git a/less/mobile.less b/less/mobile.less index ffcf208..399cce8 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -29,11 +29,7 @@ CENTER */ #centerpanel { - #buttonGroupVerticalShapes { - #btnConv, #btnDiv, #btnSine, #btnStraight { - display: none; - } - } + } /* RIGHT