From aeceaadc0c734b50deccc3e90cf4f1b58da7d7ab Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 14:23:10 +0000 Subject: [PATCH] Update file users.php --- html/users.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/users.php b/html/users.php index 2776ab3a..9383c4f6 100644 --- a/html/users.php +++ b/html/users.php @@ -71,13 +71,13 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati } .user-pp { - height: 4em; + height: 6em; } .user-pp-image { - width: 4em; - height: 4em; - border-radius: 4em; + width: 6em; + height: 6em; + border-radius: 6em; }