From 8bdbbafcff4ec3f31734234651847fd4f9ef12e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Wed, 24 Jun 2020 22:37:33 +0200 Subject: [PATCH] MAPG-175 align noPano middle and center as other elements --- public/static/css/map_editor.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/static/css/map_editor.css b/public/static/css/map_editor.css index 46338ec..b0a161f 100644 --- a/public/static/css/map_editor.css +++ b/public/static/css/map_editor.css @@ -16,6 +16,8 @@ #noPano { display: flex; + justify-content: center; + align-items: center; position: absolute; z-index: 2; visibility: hidden; @@ -23,7 +25,7 @@ } #noPano>p { - margin: auto; + text-align: center; } #control {