mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-24 01:57:56 +01:00
Hiding vertical shapes on mobile
This commit is contained in:
parent
f67d9a476e
commit
f371481c27
@ -25,7 +25,16 @@
|
|||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
CENTER
|
||||||
|
*/
|
||||||
|
#centerpanel {
|
||||||
|
#buttonGroupVerticalShapes {
|
||||||
|
#btnConv, #btnDiv, #btnSine, #btnStraight {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
RIGHT
|
RIGHT
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user