From 66300ccd7191d8f75818eb69c761912c760e3017 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Fri, 7 Feb 2025 13:35:32 -0500 Subject: [PATCH] cleanup stuff --- docs/css/main.css | 4 ++++ docs/index.php | 2 +- docs/register.php | 6 ++++++ libs/page.php | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/css/main.css b/docs/css/main.css index 99edeba..22955cf 100755 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -202,6 +202,10 @@ iframe { justify-content: center; } +.header a.leave { + margin-left: auto; +} + .clickie { width: min-content; margin-top: 40px; diff --git a/docs/index.php b/docs/index.php index 2c12284..5c7caff 100644 --- a/docs/index.php +++ b/docs/index.php @@ -7,7 +7,7 @@ page_header(); if (!is_null($username)) { //comments("root","root"); } -if (!($_GET['page'] > 0)) { ?> +if (!($_GET['page'] > 0) && is_null($username)) { ?>