From 6bb5b9c6a654dd2cd55a1eeadfd7f889561578ac Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 5 Jun 2021 22:51:03 -0400 Subject: Adjust chat box so scrollbar lines up with main box scrollbar --- CHANGELOG.md | 5 +++++ app/views/application/_chat.html.erb | 2 +- app/views/layouts/application.html.erb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ced58..59a3b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.1.7.2] - 2021-06-05 + +### UI +- Adjusted chat box so scrollbar lines up with main box scrollbar. + ## [0.1.7.1] - 2021-06-05 ### Fixed diff --git a/app/views/application/_chat.html.erb b/app/views/application/_chat.html.erb index 2606fab..b656ed7 100644 --- a/app/views/application/_chat.html.erb +++ b/app/views/application/_chat.html.erb @@ -1,6 +1,6 @@ <% if current_char %>
-
+
<%= form_with model: ChatMessage.new, html: { autocomplete: "off" }, local: false, diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a7068cd..5ec0e31 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -25,7 +25,7 @@ <%= yield %>
<% if user_signed_in? %> -
<%= render "chat" %> -- cgit v1.2.3