devnotes: fix typo
All checks were successful
/ depoly (push) Successful in 1m23s

This commit is contained in:
thislight 2024-11-19 17:58:01 +08:00
parent fd1c6fae99
commit 8d24ffec29
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E

View file

@ -46,6 +46,6 @@ Use physical directions to avoid trouble, like "margin-top, margin-bottom".
## Safe area insets ## Safe area insets
For isolating control of the UI effect, we already setup css variables `--safe-area-insets-*`. In components, you should use the variables unless you have reasons to use `env()`. For isolating control of the UI effect, we already setup css variables `--safe-area-inset-*`. In components, you should use the variables unless you have reasons to use `env()`.
Using `--safe-area-insets-*`, you can control the global value in settings (under dev mode). Using `--safe-area-inset-*`, you can control the global value in settings (under dev mode).