Fix profile pic and add light mode styling

This commit is contained in:
Jones8683
2025-06-05 14:07:04 +09:30
parent 3821034a5c
commit d3dadad982
@@ -7,13 +7,9 @@
border-radius: 50%; border-radius: 50%;
object-fit: cover; object-fit: cover;
z-index: 4; z-index: 4;
box-shadow: 0 0 3px 3px #0000000a; box-shadow: 0 0 0 3px #000000;
} }
.dark .userInfoImg { .dark .userInfoImg {
box-shadow: 0 0 0 3px #ffffff; box-shadow: 0 0 0 3px #ffffff;
width: 70%; }
height: 70%;
top: 15%;
left: 15%;
}