mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
fixed issue where pins moved after being set
This commit is contained in:
@@ -5131,7 +5131,6 @@
|
||||
/* Keep driver pin (blue) above the shear line when set */
|
||||
.pin.set .driver-pin {
|
||||
background: #22aa22; /* Green to indicate set */
|
||||
transform: translateY(-22px); /* Move up above shear line */
|
||||
}
|
||||
|
||||
/* Reset key pin (red) to the bottom when set */
|
||||
@@ -5139,11 +5138,6 @@
|
||||
transform: translateY(0); /* Keep at bottom */
|
||||
}
|
||||
|
||||
/* Move spring up with driver pin when set */
|
||||
.pin.set .spring {
|
||||
transform: translateY(-22px); /* Move up with driver pin */
|
||||
}
|
||||
|
||||
.cylinder {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user