fix(ui): use configured safe-area spacing for notch support

This commit is contained in:
spinline
2026-02-06 13:13:53 +03:00
parent b8328199f6
commit e10b252eff
3 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,10 @@ module.exports = {
content: ["./index.html", "./src/**/*.{rs,html}"],
theme: {
extend: {
spacing: {
"safe-top": "env(safe-area-inset-top)",
"safe-bottom": "env(safe-area-inset-bottom)",
},
colors: {
gray: {
900: "#111827",