fix(ui): widen suggestion cards grid to prevent misalignment

This commit is contained in:
matevip 2026-04-05 06:40:51 +08:00
parent 6983a53383
commit 64a1a699d6

View File

@ -238,7 +238,7 @@ watch(
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
max-width: 480px;
max-width: 720px;
width: 100%;
}