From 7c67e8ecd710020b63aee7dc4b6c5b97765dc3af Mon Sep 17 00:00:00 2001 From: kelinfoxy <67766943+kelinfoxy@users.noreply.github.com> Date: Fri, 8 May 2026 15:33:17 -0400 Subject: [PATCH] Update Server Tiles --- index.html | 329 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 199 insertions(+), 130 deletions(-) diff --git a/index.html b/index.html index 7929a08..bb26d7d 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ } .wrap { - max-width: 1400px; + max-width: 1600px; margin: 0px 0px; } @@ -142,7 +142,7 @@ .svc-icon-link { display: inline-flex; - align-items: center; + } th.col-icon, @@ -314,6 +314,56 @@ gap: 20px; margin-bottom: 20px; } + .admin-tile { + display: inline-flex; + max-width: var(--column-width); + border: 2px solid whitesmoke; + border-radius: 20px; + height: 100px; + z-index: 10; + } + .admin-icon { + max-width: 95px; + min-width: 95px; + height: auto; + display: inline-flex; + margin: 0px 0px 0px; + border-radius: 16px 0px 0px 16px; + z-index: 2; + } + .admin-title { + display: block; + font-size: 1.5rem; + font-weight: 600; + color: #f0e9e9; + margin-left: 20px; + margin-bottom: 0px; + max-height: 35px !important; + height: 35px !important; + width: 100%; + } + .admin-row { + display: inline-flex; + vertical-align: bottom; + align-items: flex-start; + justify-content: flex-start; + gap: 10px; + margin: 0px 10px 10px 10px; + } + .admin-row a { + display: inline-flex; + font-size: 3rem; + } + .admin-row img { + width: 30px; + height: 30px; + display: inline-flex; + } + .local-url { + font-size: 0.8rem !important; + color: var(--text); + margin-top: 0px; + }
@@ -331,139 +381,158 @@