From 8fa76896d899448e0b4d355471b57abd6d6e78de Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Thu, 5 Feb 2026 19:29:18 +0530 Subject: [PATCH] Implement Dine360 Rush Mode POS theme with custom layout, branding, and component styling. --- addons/dine360_dashboard/static/src/css/pos_style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/dine360_dashboard/static/src/css/pos_style.css b/addons/dine360_dashboard/static/src/css/pos_style.css index 9978aca..7b474b2 100644 --- a/addons/dine360_dashboard/static/src/css/pos_style.css +++ b/addons/dine360_dashboard/static/src/css/pos_style.css @@ -167,7 +167,7 @@ .pos .product-list { display: flex !important; - flex-direction: row !important; + flex-wrap: wrap !important; padding: 25px !important; gap: 25px !important; } @@ -177,6 +177,8 @@ border-radius: var(--border-radius-lg) !important; width: 210px !important; height: 230px !important; + flex: 0 0 auto !important; + flex-shrink: 0 !important; border: none !important; box-shadow: 0 2px 4px rgba(42, 106, 126, 0.05) !important; transition: all 0.3s ease !important;