diff --git a/resources/views/chat/partials/toolbar.blade.php b/resources/views/chat/partials/toolbar.blade.php index b475195..dd6efbf 100644 --- a/resources/views/chat/partials/toolbar.blade.php +++ b/resources/views/chat/partials/toolbar.blade.php @@ -340,7 +340,7 @@ #shop-modal-inner { background: #fff; border-radius: 8px; - width: 520px; + width: 800px; max-width: 95vw; max-height: 84vh; display: flex; @@ -421,7 +421,7 @@ overflow-y: auto; padding: 10px 12px; display: grid; - grid-template-columns: 1fr 1fr; + grid-template-columns: repeat(4, 1fr); gap: 8px; align-content: start; background: #f6faff;