style: adjust layout and styling for better alignment

This commit is contained in:
Cunninger
2025-01-18 14:54:38 +08:00
parent 7da3c8e81b
commit d8eb58b88f

View File

@@ -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;',