feat: profile picture plugin #256

This commit is contained in:
SethBurkart123
2025-06-04 16:08:01 +10:00
parent 6c12f5cf00
commit 9b13e7571a
8 changed files with 246 additions and 17 deletions
@@ -0,0 +1,10 @@
.userInfoImg {
width: 80%;
height: 80%;
position: absolute;
top: 10%;
left: 10%;
border-radius: 50%;
object-fit: cover;
z-index: 4;
}