From dada7ea39ae852ef561d9cca488d2341e4fa3687 Mon Sep 17 00:00:00 2001 From: Don <71207900+VaperinaDEV@users.noreply.github.com> Date: Mon, 24 Oct 2022 18:46:05 +0200 Subject: [PATCH 1/2] Update settings.yml --- settings.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/settings.yml b/settings.yml index 88d0502..472a21b 100644 --- a/settings.yml +++ b/settings.yml @@ -70,6 +70,13 @@ custom_gate_enabled: type: bool default: false description: "Enable it if you want to customize the modal." +custom_gate_content_position: + default: center + type: enum + choices: + - left + - right + description: "Custom gate content position." custom_gate_image: type: upload default: "" From 54d916931259f1e09c7f82da19dd8f38a8837852 Mon Sep 17 00:00:00 2001 From: Don <71207900+VaperinaDEV@users.noreply.github.com> Date: Mon, 24 Oct 2022 18:48:06 +0200 Subject: [PATCH 2/2] Update common.scss --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 10abdff..9f547a7 100644 --- a/common/common.scss +++ b/common/common.scss @@ -11,7 +11,7 @@ } } .custom-gate-content { - text-align: center; + text-align: #{$custom_gate_content_position}; img { width: #{$custom_gate_image_width}; height: auto;