From 9f5b0572669d5475664278b2668b6edf4b3de711 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Sat, 2 Dec 2017 09:39:26 +0100 Subject: [PATCH] Simplify styling of popups, get better results --- assets/style.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/assets/style.css b/assets/style.css index ab1411a..2b564b7 100644 --- a/assets/style.css +++ b/assets/style.css @@ -448,21 +448,12 @@ input[type="search"] { display: flex; flex-direction: column; - height: 200px; - text-align: center; background: #eee; box-shadow: 2px 2px 8px rgba(0,0,0, 0.25); } .popup>.message { - flex-grow: 1; - - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - margin: 16px 32px; max-width: 600px; }