Update order pages with error handling and improved product images

This commit is contained in:
masoodafar-web
2025-11-28 13:35:26 +03:30
parent 12d19f966c
commit 48dadf007a
11 changed files with 89 additions and 26 deletions
@@ -383,6 +383,12 @@ html, body {
.mobile-actions-stack { width: 100%; display: flex; gap: .5rem; }
.mobile-actions-stack > * { flex: 1; }
}
.product-thumb {
border-radius: 12px;
object-fit: cover;
display: block;
box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
/*#endregion*/
/*#region Profile Tiles*/