thats all for today!!

This commit is contained in:
2026-03-13 16:54:36 +08:00
parent cb850b4cd0
commit 30534eb169
8 changed files with 82 additions and 41 deletions

View File

@@ -69,9 +69,6 @@
border-radius: 32px;
background: url(/profile/PROFILE.svg) lightgray 50% / cover no-repeat;
}
.ellipsisBtn {
display: none;
}
.dropdownContainer {
display: flex;
@@ -142,4 +139,7 @@
}
/* Mobile */
@media (max-width: 768px) {
.profileBadge {
display: none;
}
}