From 8ce749fd987009c2a886d74d0716c4e42a0a0c67 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Fri, 22 Jan 2021 14:09:31 +0100 Subject: [PATCH] fix: Trying poping notice to act better on phone. --- themes/new_look_default/public/dist/css/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/new_look_default/public/dist/css/index.css b/themes/new_look_default/public/dist/css/index.css index d3385c6..53b247f 100644 --- a/themes/new_look_default/public/dist/css/index.css +++ b/themes/new_look_default/public/dist/css/index.css @@ -105,6 +105,9 @@ body { position: fixed; display: none; color: white; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); } #poping-notice { @@ -119,10 +122,8 @@ body { #modal-video-container,#modal-format-selector { height: 100%; width: 100%; - flex-flow: column; align-items: center; - background-color: #111827; }