From 98bdc96b6ad2528384763c45da3bdfa00d483c98 Mon Sep 17 00:00:00 2001 From: Antonio Andre Date: Thu, 28 May 2026 19:04:17 -0500 Subject: [PATCH] style: ajusta responsividade geral do projeto --- app/components/Sidebar.vue | 18 ++--- app/layouts/protected.vue | 4 +- .../(protected)/catalogo/[id_ou_slug].vue | 81 ++++++++++--------- app/pages/(protected)/catalogo/criar.vue | 41 +++++----- app/pages/(protected)/catalogo/index.vue | 39 ++++----- app/pages/(protected)/dados-conta/index.vue | 6 +- app/pages/(protected)/favoritos/index.vue | 19 ++--- app/pages/(protected)/gift-card/index.vue | 40 ++++----- app/pages/(protected)/home/index.vue | 68 ++++++++-------- app/pages/(protected)/perfil-gamer/index.vue | 26 +++--- app/pages/(protected)/ranking-jogos/index.vue | 32 ++++---- 11 files changed, 198 insertions(+), 176 deletions(-) diff --git a/app/components/Sidebar.vue b/app/components/Sidebar.vue index 781b8f7..300c44c 100644 --- a/app/components/Sidebar.vue +++ b/app/components/Sidebar.vue @@ -1,27 +1,27 @@