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 ('
');