From 51719c5faf5601e93e7e0eacfe5c8360e24921a8 Mon Sep 17 00:00:00 2001 From: Tomasz Kapias Date: Fri, 28 Apr 2023 08:59:44 +0200 Subject: [PATCH] .dialog {left; width;} --- assets/source/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/source/index.html b/assets/source/index.html index 11bcad0..d749681 100644 --- a/assets/source/index.html +++ b/assets/source/index.html @@ -213,10 +213,10 @@ flex-direction: column; height: 100%; justify-content: center; - left: 0; + left: -15vw; padding: 0; top: 0; - width: 100%; + width: 100vw; } .dialog[open] {