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