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