From 150b660e43570118e073d420917e5448b7bf6e04 Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Thu, 13 Aug 2020 23:01:34 +0200 Subject: [PATCH] Fix vh. --- .idea/workspace.xml | 23 ++++++++++++++++------- app.css | 6 +----- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index acb0760..cfce0ab 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,6 +5,7 @@ + @@ -84,25 +92,26 @@ - - + - + - + - + diff --git a/app.css b/app.css index e1c5b45..75a44b0 100644 --- a/app.css +++ b/app.css @@ -10,10 +10,6 @@ body { color: white; } -#kara .card { - height: 40em; -} - .message { color: black; padding: 10px; @@ -35,7 +31,7 @@ body { #chat-box { margin-top: 4em; overflow-y: scroll; - height: 75vh; + height: 70vh; } #chatbox-wrapper {