From f85207f1d5f8777580aacc12ecc91b43298e3b87 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sun, 5 Jul 2026 22:05:14 +0800 Subject: [PATCH] fix(ui): center settings cards to fix uneven left-right spacing --- app/templates/settings.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/templates/settings.html b/app/templates/settings.html index adf38a8..2f40110 100644 --- a/app/templates/settings.html +++ b/app/templates/settings.html @@ -12,7 +12,8 @@
{{ error }}
{% endif %} -
+
+

修改用户名

@@ -25,7 +26,7 @@
-
+

修改密码

@@ -39,4 +40,5 @@
+
{% endblock %}