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