Update
This commit is contained in:
@@ -324,63 +324,4 @@
|
||||
height: 24px;
|
||||
background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent);
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media (max-width: 768px) {
|
||||
.game-header {
|
||||
padding: 0 0.5rem;
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
.header-left h1 {
|
||||
display: none;
|
||||
/* Hide full text on mobile */
|
||||
}
|
||||
|
||||
.header-title-container::after {
|
||||
content: 'EotA';
|
||||
/* Short title */
|
||||
color: #fff;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
margin-left: 0.5rem;
|
||||
gap: 4px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
padding: 0 0.6rem;
|
||||
font-size: 0.7rem;
|
||||
clip-path: none;
|
||||
/* Simplify for mobile touch */
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.user-info {
|
||||
gap: 0.4rem;
|
||||
}
|
||||
|
||||
.player-count-badge {
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
||||
.count-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Dot only */
|
||||
|
||||
.username-link {
|
||||
padding: 0 0.5rem;
|
||||
max-width: 80px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
/* block for ellipsis */
|
||||
line-height: 34px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user