From 0aee4baa85e090478af298a6478330474df74b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Fri, 7 Feb 2020 19:34:42 +0100 Subject: [PATCH] client: center modals --- client/js/overlays.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/js/overlays.js b/client/js/overlays.js index 90c036f..4956f9c 100644 --- a/client/js/overlays.js +++ b/client/js/overlays.js @@ -18,7 +18,6 @@ export const showAlertModal = (text) => { export const showModal = (title, content) => { showDiv('overlay'); render(html` -