diff --git a/app/static/css/main.css b/app/static/css/main.css index e5407a0..da24ce9 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -2137,6 +2137,12 @@ div.jsoneditor-tree button.jsoneditor-button:focus { top: 0.5px; /* 向下微调 */ } +.bottom-links .nav-link .bi-wechat { + font-size: 1rem; + position: relative; + top: -0.5px; /* 向上微调 */ +} + .bottom-links .nav-link .nav-text { font-size: 0.85rem; } diff --git a/app/templates/index.html b/app/templates/index.html index a6da2ff..280f0d9 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -192,6 +192,12 @@ +