From 7785ebec92c2785e85ed89ac5da3403e5e19368a Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Mon, 17 Oct 2022 12:58:07 +0200 Subject: [PATCH] fixed user image misplacement --- assets/launcher.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/assets/launcher.css b/assets/launcher.css index 5f486bb..d12c0df 100644 --- a/assets/launcher.css +++ b/assets/launcher.css @@ -102,11 +102,17 @@ width: fit-content; } +.user-image { + border: 5px solid white; + border-radius: 0.4rem; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.349); +} + #user-img { border-radius: .2rem; width: 80px; - border: 3px solid white; - box-shadow: 0 0 15px rgba(0, 0, 0, 0.349); + /* somehow its misplaced without that */ + transform: translate(-0.25px, 0.25px) scale(1.05); } .form-outline .form-control:focus~.form-notch .form-notch-leading {