fixed user image misplacement
This commit is contained in:
parent
3edf2ce8a3
commit
7785ebec92
|
@ -102,11 +102,17 @@
|
||||||
width: fit-content;
|
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 {
|
#user-img {
|
||||||
border-radius: .2rem;
|
border-radius: .2rem;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
border: 3px solid white;
|
/* somehow its misplaced without that */
|
||||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.349);
|
transform: translate(-0.25px, 0.25px) scale(1.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-outline .form-control:focus~.form-notch .form-notch-leading {
|
.form-outline .form-control:focus~.form-notch .form-notch-leading {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user