This commit is contained in:
Joan
2026-02-23 15:42:21 +01:00
parent a725ae5836
commit d38d4cc288
102 changed files with 4511 additions and 4454 deletions

View File

@@ -181,30 +181,4 @@
.stat-value.highlight-stamina {
color: #ffd93d;
}
/* Mobile responsive */
@media (max-width: 768px) {
/* Remove tab bar spacing for profile page */
.game-main {
margin-bottom: 0 !important;
}
.game-main .profile-container {
grid-template-columns: 1fr;
padding: 1rem;
padding-top: 4rem;
/* Space for hamburger button */
max-width: 100vw;
overflow-x: hidden;
}
.profile-info-card {
position: static;
}
.profile-stats-grid {
grid-template-columns: 1fr;
}
}