From a8be239f9e38096d3c5778eac8adfc2fb2c9341b Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 21:10:02 +0000 Subject: [PATCH] Update 2 files - /html/src/css/style.css - /html/user.php --- html/src/css/style.css | 14 ++++++++++++++ html/user.php | 6 +++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index 9baaf7b9..64f302fb 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -162,6 +162,20 @@ a { max-height: 10em; } +.user-profile .user-banner { + width: 100%; + height: 20em; + background-position: center; + background-repeat: no-repeat; + background-size: cover; +} + +.user-profile .user-pp-image { + width: 10em; + height: 10em; + border-radius: 10em; +} + .row { display: inline-block; background-color: var(--banner-background); diff --git a/html/user.php b/html/user.php index cbd0cbab..64b515e9 100644 --- a/html/user.php +++ b/html/user.php @@ -67,6 +67,10 @@ if($resultat) { padding: 0; } + .user-banner { + background-image: url(''); + } + <?=$title?> @@ -99,7 +103,7 @@ if($resultat) {