From 511b66a6580ba1ea879506f5579f43a2298dc361 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 5 Jun 2021 22:54:45 -0400 Subject: Increase min and max height of chat --- CHANGELOG.md | 1 + app/views/layouts/application.html.erb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ca085..78c43e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. ### UI - Adjusted chat box so scrollbar lines up with main box scrollbar. - Reduced footer (copyright) padding and made the rest of the content fill in that space. +- Increased min height and max height of chat. ## [0.1.7.1] - 2021-06-05 diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 7ac73b1..309dc29 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -26,7 +26,7 @@ <% if user_signed_in? %>
<%= render "chat" %>
-- cgit v1.2.3