From 60ff2daf1c3f2182b4b6b7c08ad6656d46bbe07b Mon Sep 17 00:00:00 2001 From: Felipe Ribeiro Date: Fri, 22 Dec 2023 09:53:15 -0300 Subject: [PATCH] Fix open card position on mobile --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 1815fdf..6da37cf 100644 --- a/index.html +++ b/index.html @@ -101,6 +101,10 @@ top: calc(50% - (470px * 0.4) / 2); } + .is-opened { + left: calc(50% - (350px) / 2) !important; + } + .card-content { padding: 6px !important; margin-top: 5px !important;