feat: patch params editor (#428)

* feat: configure params in views
This commit is contained in:
Carlos Valente
2023-06-06 21:23:00 +02:00
committed by GitHub
parent a3487e7073
commit cf6ce880f4
21 changed files with 150 additions and 294 deletions
@@ -27,6 +27,7 @@ $button-size: 48px;
position: fixed;
left: 0;
top: 0;
z-index: 2;
&.hidden {
opacity: 0;
@@ -46,7 +47,7 @@ $button-size: 48px;
.navButton {
@extend .button;
z-index: 2;
z-index: 3;
}
.menuContainer {