mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
Separated vertical shape selection break point
This commit is contained in:
parent
efe1f72b02
commit
725fb6d015
@ -196,6 +196,16 @@
|
|||||||
left: 6px;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,11 +29,7 @@
|
|||||||
CENTER
|
CENTER
|
||||||
*/
|
*/
|
||||||
#centerpanel {
|
#centerpanel {
|
||||||
#buttonGroupVerticalShapes {
|
|
||||||
#btnConv, #btnDiv, #btnSine, #btnStraight {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
RIGHT
|
RIGHT
|
||||||
|
Loading…
Reference in New Issue
Block a user