Hiding vertical shapes on mobile

This commit is contained in:
peteruithoven 2014-01-16 16:07:55 +01:00
parent f67d9a476e
commit f371481c27
1 changed files with 10 additions and 1 deletions

View File

@ -25,7 +25,16 @@
width: 90%;
}
}
/*
CENTER
*/
#centerpanel {
#buttonGroupVerticalShapes {
#btnConv, #btnDiv, #btnSine, #btnStraight {
display: none;
}
}
}
/*
RIGHT
*/