0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-23 17:47:56 +01:00

Hiding vertical shapes on mobile

This commit is contained in:
peteruithoven 2014-01-16 16:07:55 +01:00
parent f67d9a476e
commit f371481c27

View File

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