feat: profile picture add border

This commit is contained in:
SethBurkart123
2025-06-04 17:13:12 +10:00
parent c218f184c0
commit 3821034a5c
2 changed files with 13 additions and 1 deletions
@@ -7,4 +7,13 @@
border-radius: 50%;
object-fit: cover;
z-index: 4;
box-shadow: 0 0 3px 3px #0000000a;
}
.dark .userInfoImg {
box-shadow: 0 0 0 3px #ffffff;
width: 70%;
height: 70%;
top: 15%;
left: 15%;
}