From c343dcdadcfe249dd7f5dc42ba4095573424c769 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 29 Jul 2020 23:10:45 -0700 Subject: [PATCH] Make the first message align bottom. Closes #87 --- webroot/styles/layout.css | 1 - 1 file changed, 1 deletion(-) diff --git a/webroot/styles/layout.css b/webroot/styles/layout.css index 1ecb027bd..2a8f5ccf6 100644 --- a/webroot/styles/layout.css +++ b/webroot/styles/layout.css @@ -363,7 +363,6 @@ h2 { #messages-container { overflow: auto; padding: 1em 0; - min-height: 50vh; } #message-input-container { width: 100%;