From 48f0546b47baf0b86a4c066519890c845af24f32 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 24 Jul 2024 15:51:05 -0500 Subject: [PATCH] fix hypoprofile --- .dist/user.js | 2 +- webpage/style.css | 2 +- webpage/user.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.dist/user.js b/.dist/user.js index 2585782..7a4c50e 100644 --- a/.dist/user.js +++ b/.dist/user.js @@ -133,7 +133,7 @@ class User { div.classList.add("profile", "flexttb"); } else { - div.classList.add("hypoprofile"); + div.classList.add("hypoprofile", "flexttb"); } { const pfp = this.buildpfp(); diff --git a/webpage/style.css b/webpage/style.css index c25d31c..7c72954 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -157,7 +157,7 @@ a:hover { background-color: var(--profile-bg); border-radius: 10%; padding: .2cm; - width: 7cm; + width: 7cm !important; height: 8cm; } diff --git a/webpage/user.ts b/webpage/user.ts index c870858..9db689a 100644 --- a/webpage/user.ts +++ b/webpage/user.ts @@ -135,7 +135,7 @@ class User{ div.style.top=y+"px"; div.classList.add("profile","flexttb"); }else{ - div.classList.add("hypoprofile"); + div.classList.add("hypoprofile","flexttb"); } {