Update order pages with error handling and improved product images
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user