fixed user image misplacement

This commit is contained in:
HorizonCode 2022-10-17 12:58:07 +02:00
parent 3edf2ce8a3
commit 7785ebec92
1 changed files with 8 additions and 2 deletions

View File

@ -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 {