From 18ae7d132d6b1b80a342308a5694f1614eb048ed Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 14 Mar 2024 22:51:50 +0000 Subject: [PATCH] Update 3 files - /include/functions.php - /html/src/css/style.css - /html/admin/index.php --- html/admin/index.php | 2 +- html/src/css/style.css | 5 +++++ include/functions.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/html/admin/index.php b/html/admin/index.php index 9b79e76d..540680d5 100644 --- a/html/admin/index.php +++ b/html/admin/index.php @@ -10,7 +10,7 @@ $pdo = sqlConnect($sqlDatabaseHost, $sqlDatabaseName, $sqlDatabaseUser, $sqlData diff --git a/html/src/css/style.css b/html/src/css/style.css index be4f73af..c32086c8 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -297,6 +297,11 @@ footer { /* USER WIDGET */ +.user-widget-link { + display: block; + width: min-content; +} + .user-widget { background-color: var(--panel-background); display: flex; diff --git a/include/functions.php b/include/functions.php index 0c9f1a49..8ee1bbfd 100644 --- a/include/functions.php +++ b/include/functions.php @@ -117,7 +117,7 @@ function userWidget($userPPURL, $userDisplayName, $userName, $userLevel, $certificationColors, $rootPageURL) { - echo (''); + echo (''); echo ('
'); echo ('
');