diff --git a/ui/static/graph.html b/ui/static/graph.html index cc72579..478c0cf 100644 --- a/ui/static/graph.html +++ b/ui/static/graph.html @@ -299,6 +299,7 @@ } .chat-input-area { padding: 10px 12px; + padding-bottom: max(10px, calc(10px + env(safe-area-inset-bottom))); border-top: 1px solid rgba(100, 100, 255, 0.15); display: flex; gap: 6px; diff --git a/ui/templates/settings.html b/ui/templates/settings.html index 5e8fdd2..6c331f7 100644 --- a/ui/templates/settings.html +++ b/ui/templates/settings.html @@ -29,6 +29,7 @@ @keyframes twinkle { 0% { opacity: 0.5; } 100% { opacity: 1; } } .settings-container { position: relative; z-index: 1; width: 480px; padding: 40px; + padding-bottom: max(40px, calc(40px + env(safe-area-inset-bottom))); background: rgba(10, 10, 26, 0.9); border-radius: 12px; border: 1px solid rgba(100, 100, 255, 0.3); @@ -287,7 +288,7 @@
- 修改后需重启服务生效:systemctl restart trulymem-web + 保存后服务将自动重启,无需手动操作