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)) { ?>