From 60b0349db2e3a526308abc46b1eb5791ed87d9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Fri, 2 May 2025 20:43:24 -0300 Subject: [PATCH] fix --- superpage/src/CookieConsentConfig.ts | 6 ++++-- superpage/src/layouts/Layout.astro | 25 +++++++++++-------------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/superpage/src/CookieConsentConfig.ts b/superpage/src/CookieConsentConfig.ts index 0ac42fb..5eb04b4 100644 --- a/superpage/src/CookieConsentConfig.ts +++ b/superpage/src/CookieConsentConfig.ts @@ -3,13 +3,15 @@ import type { CookieConsentConfig } from "vanilla-cookieconsent"; export const config: CookieConsentConfig = { guiOptions: { consentModal: { - layout: "box inline", + layout: "box", position: "bottom left", + equalWeightButtons: false, + flipButtons: false, }, preferencesModal: { layout: "box", position: "right", - equalWeightButtons: true, + equalWeightButtons: false, flipButtons: false, }, }, diff --git a/superpage/src/layouts/Layout.astro b/superpage/src/layouts/Layout.astro index bb24101..3210979 100644 --- a/superpage/src/layouts/Layout.astro +++ b/superpage/src/layouts/Layout.astro @@ -5,7 +5,7 @@ import Footer from "./_components/Footer.astro"; --- - + @@ -25,7 +25,7 @@ import Footer from "./_components/Footer.astro"; src="https://www.googletagmanager.com/gtag/js?id=G-GSTQ17E9DJ" > - - - - - -