fix: rotate the radial menu icon back into an upright position (#46)

This commit is contained in:
Patric Stout
2023-12-22 13:48:31 +01:00
committed by GitHub
parent 8f3572d76d
commit aab2f3892d

View File

@@ -71,6 +71,7 @@
filter: drop-shadow(0 0 2px #ffffff);
position: absolute;
margin-top: 3.5%;
transform: rotate(var(--reverse-rotation));
width: 2.5%;
}