diff --git a/public/style.css b/public/style.css index 76888c0..9f64d48 100644 --- a/public/style.css +++ b/public/style.css @@ -1888,6 +1888,18 @@ body { /* ===== Mobile ===== */ @media (max-width: 768px) { + .requests-container { + padding: 12px; + } + + .request-card { + gap: 8px; + } + + .request-meta { + gap: 4px; + } + .app { padding: 10px; } @@ -2234,6 +2246,7 @@ body { .requests-list { display: grid; gap: 12px; + overflow-x: hidden; } .request-card { @@ -2273,7 +2286,6 @@ body { font-weight: 600; color: var(--text-primary); margin-bottom: 4px; - white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }