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; }