Introduce ghost mode

Elements in ghost mode are intangible. Spheres in ghost mode are also
more transparent. Points in ghost mode should probably be more
transparent too, but that hasn't been implemented yet.
This commit is contained in:
Aaron Fenyes 2025-05-18 20:03:52 -07:00
parent ba1d87812f
commit fc230e4993
4 changed files with 40 additions and 7 deletions

View file

@ -90,6 +90,10 @@ summary > div, .regulator {
padding-right: 8px;
}
.element > input {
margin-left: 8px;
}
.element-switch {
width: 18px;
padding-left: 2px;