From 69e9d63be792f54d2ae72b3c8c4a6251e6f0e974 Mon Sep 17 00:00:00 2001 From: Roscoe Date: Wed, 27 Aug 2025 14:22:44 +0100 Subject: [PATCH] Sticky footer to bottom of page --- assets/master.css | 10 ++++++---- index.php | 10 ++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/master.css b/assets/master.css index 0391b18..3c27779 100644 --- a/assets/master.css +++ b/assets/master.css @@ -9,6 +9,10 @@ --links: #89b4fa; } +html, body { + height: 98%; +} + body { background-color: var(--background); color: var(--foreground); @@ -139,11 +143,9 @@ table.system-info tr td:first-child { } .page-container { + min-height: 100%; display: grid; - grid-template-columns: 1fr 250px; - grid-template-rows: 1fr; - grid-column-gap: 0; - grid-row-gap: 0; + grid-template-rows: auto 1fr auto; } .page-container > div { diff --git a/index.php b/index.php index 7cdc828..21b007c 100644 --- a/index.php +++ b/index.php @@ -35,7 +35,6 @@ $usernames = getUsers();
-
  _______                                _____
@@ -52,6 +51,7 @@ $usernames = getUsers();
 | frzndev32nhnla77oozhxhz5yzo4abldr6zbc4qkdh5hcyanizlxs2ad.onion |
 +----------------------------------------------------------------+
                 
+

Members

@@ -136,12 +136,10 @@ $usernames = getUsers();
+ -
- -