From 08afafe6bdf47efae909688869c2c7098873cdad Mon Sep 17 00:00:00 2001 From: Ovidiu U Date: Fri, 12 Jun 2026 12:01:12 +0100 Subject: [PATCH] Make Petrol/Diesel pills equal width, drop the Petrol icon Switch the fuel-pill group to a 2-column grid with full-width centered buttons so both pills are identical size, and remove the fuel icon so the two read as a clean matched pair. Co-Authored-By: Claude Opus 4.8 --- resources/js/components/PostSearchFilters.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/js/components/PostSearchFilters.vue b/resources/js/components/PostSearchFilters.vue index 41fc05a..75af93e 100644 --- a/resources/js/components/PostSearchFilters.vue +++ b/resources/js/components/PostSearchFilters.vue @@ -1,18 +1,17 @@