From d8eb58b88f4a09a5417424dcac2aa3e3ce32df55 Mon Sep 17 00:00:00 2001 From: Cunninger <1803912219@qq.com> Date: Sat, 18 Jan 2025 14:54:38 +0800 Subject: [PATCH] style: adjust layout and styling for better alignment --- worker.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/worker.js b/worker.js index e742302..b1ca273 100644 --- a/worker.js +++ b/worker.js @@ -963,8 +963,14 @@ function getHTML() { ' backdrop-filter: blur(5px);', ' z-index: 900;', ' border-top: 1px solid rgba(0, 0, 0, 0.1);', + ' display: flex;', + ' justify-content: center;', + ' align-items: center;', ' }', - +' .footer-content {', +' text-align: center;', +' width: 100%;', +' }', ' .powered-by {', ' color: #7f8c8d;', ' font-size: 0.9rem;',