formatting

This commit is contained in:
2022-03-30 22:27:10 +08:00
parent bc076bd336
commit 528daa84fb
25 changed files with 1480 additions and 1382 deletions

View File

@@ -1,16 +1,16 @@
.pressure-box {
border: 500px /* also change js! */ solid orange;
position: fixed;
margin: auto;
z-index: 100;
pointer-events: none;
border: 500px /* also change js! */ solid orange;
position: fixed;
margin: auto;
z-index: 100;
pointer-events: none;
}
.pressure-box-empty {
visibility: hidden;
visibility: hidden;
}
.pressure-box-fired {
border-color: orangered;
pointer-events: initial !important;
}
border-color: orangered;
pointer-events: initial !important;
}