From f764871a380809784caaefa042bf94e8578ac0c5 Mon Sep 17 00:00:00 2001 From: hackademix Date: Wed, 5 May 2021 23:27:10 +0200 Subject: [PATCH] Better prompt layout (no accidental scrollbar). --- src/ui/prompt.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ui/prompt.css b/src/ui/prompt.css index 02b23bb..1e304a5 100644 --- a/src/ui/prompt.css +++ b/src/ui/prompt.css @@ -42,7 +42,7 @@ html.mobile > body { #main { display: flex; flex-direction: column; - align-items: center; + align-items: stretch; padding: 0 1.6em; top: 0; left: 0; @@ -53,7 +53,6 @@ html.mobile > body { } #message { flex-grow: 1; - width: 100%; max-height: 28em; padding: .8em; text-align: center; @@ -98,7 +97,6 @@ html.mobile > body { } #buttons { - width: 100%; display: flex; flex-grow: 0; flex-direction: row;