From f25b0b8124a5959d26f246f715c9b44bd5b262d1 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 5 Mar 2026 17:58:45 +0200 Subject: [PATCH] update template --- crates/httpd/templates/layout.html.tera | 27 +++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/crates/httpd/templates/layout.html.tera b/crates/httpd/templates/layout.html.tera index b9ce939..eddbb9c 100644 --- a/crates/httpd/templates/layout.html.tera +++ b/crates/httpd/templates/layout.html.tera @@ -35,6 +35,7 @@ h2 { font-size: 14px; + margin-bottom: 8px; } h3 { @@ -86,6 +87,14 @@ overflow: hidden; position: relative; } + + footer ul li.offline::marker { + color: var(--color-error) + } + + footer ul li.online::marker { + color: var(--color-success) + } @@ -96,7 +105,10 @@
- {{ title }} + {{ title }} | + Game | + Xash3D | + GitHub
@@ -104,15 +116,14 @@ {% block content %}{% endblock content %} \ No newline at end of file