fix: media page mobile overflow on kindle select row
All 9 pages verified: zero horizontal overflow on 390px mobile viewport. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -415,9 +415,10 @@
|
||||
.kindle-auto-row {
|
||||
display: flex; align-items: center; gap: var(--sp-2); margin-bottom: var(--sp-4);
|
||||
padding: var(--sp-2) var(--sp-3); background: var(--surface-secondary); border-radius: var(--radius-md); border: 1px solid var(--border);
|
||||
flex-wrap: wrap; max-width: 100%; overflow: hidden;
|
||||
}
|
||||
.kindle-auto-row svg { width: 14px; height: 14px; color: var(--text-3); flex-shrink: 0; }
|
||||
.kindle-auto-label { font-size: var(--text-sm); color: var(--text-2); white-space: nowrap; }
|
||||
.kindle-auto-label { font-size: var(--text-sm); color: var(--text-2); white-space: nowrap; flex-shrink: 1; min-width: 0; }
|
||||
.kindle-auto-select {
|
||||
height: 32px; padding: 0 var(--sp-3); border-radius: var(--radius-md); border: 1px solid var(--border);
|
||||
background: var(--card); color: var(--text-1); font-size: var(--text-sm); font-weight: 500; font-family: var(--font);
|
||||
|
||||
Reference in New Issue
Block a user