1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Add keybinding hint for direction lock

This commit is contained in:
tobspr
2020-06-17 14:29:43 +02:00
parent 3ddc0de2c4
commit fc883f1e5e
5 changed files with 32 additions and 4 deletions

View File

@@ -75,6 +75,14 @@
display: none;
}
&:not(.hasDirectionLock) .binding.directionLock {
display: none;
}
&.hasDirectionLock .noDirectionLock {
display: none;
}
.binding.placementOnly,
&:not(.placementActive) .binding.noPlacementOnly {
transform-origin: 0% 50%;