From 1abeac9f47c2e4ebb506197a3f37f0d5c4080166 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Fri, 29 May 2020 18:50:59 +0530 Subject: [PATCH] Made the "chat" view to be full page height --- chatto/src/main/resources/static/css/chat.css | 2 +- chatto/src/main/resources/templates/chat.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chatto/src/main/resources/static/css/chat.css b/chatto/src/main/resources/static/css/chat.css index 4bffe1c..48a5872 100644 --- a/chatto/src/main/resources/static/css/chat.css +++ b/chatto/src/main/resources/static/css/chat.css @@ -33,7 +33,7 @@ html { } .card { - height: 500px; + height: 800px; border-radius: 15px !important; background-color: rgba(0, 0, 0, 0.4) !important; } diff --git a/chatto/src/main/resources/templates/chat.html b/chatto/src/main/resources/templates/chat.html index 14e2ee3..9b99eb9 100644 --- a/chatto/src/main/resources/templates/chat.html +++ b/chatto/src/main/resources/templates/chat.html @@ -17,7 +17,7 @@
-
+