Move status message to left side of header on mobile
Align header-col-center to flex-start on mobile so the status and final-turn badges sit flush left. Match final-turn-badge border-radius and padding to status-message for consistent shape. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
873bdfc75a
commit
cb311ec0da
@ -1691,8 +1691,8 @@ input::placeholder {
|
||||
gap: 6px;
|
||||
background: linear-gradient(135deg, #ff6b35 0%, #d63031 100%);
|
||||
color: #fff;
|
||||
padding: 6px 14px;
|
||||
border-radius: 8px;
|
||||
padding: 6px 16px;
|
||||
border-radius: 4px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.05em;
|
||||
white-space: nowrap;
|
||||
@ -5097,12 +5097,15 @@ body.mobile-portrait #matchmaking-screen {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
body.mobile-portrait .header-col-center {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
body.mobile-portrait .status-message {
|
||||
font-size: 1.02rem;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
body.mobile-portrait .round-info {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user