Improve product cards/pagination, Farsi locale fonts, and super-admin migrate UI.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-07-29 16:10:43 +03:30
co-authored by Cursor
parent 2e40d5eb4c
commit f5b2193ba1
108 changed files with 2421 additions and 812 deletions
@@ -34,6 +34,13 @@
min-width: 0;
}
.titleRow {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px 16px;
min-width: 0;
}
.thumbnailField {
align-self: start;
}
@@ -244,6 +251,10 @@
grid-template-columns: 1fr;
}
.titleRow {
grid-template-columns: 1fr;
}
.fieldFull,
.fieldHalf,
.fieldCategory,