[add] highlight position node on start & on resize (easier to find your place)

This commit is contained in:
2023-10-15 23:23:58 -04:00
parent 5d9c0804bd
commit d8ee1f0747
3 changed files with 138 additions and 65 deletions

View File

@@ -22,7 +22,7 @@
}
html {
height: 100vh;
height: calc(100% + env(safe-area-inset-bottom));
padding: env(safe-area-inset-top) env(safe-area-inset-right)
0 env(safe-area-inset-left);
}