From 6127743c16d2299ac7f70c045653011627948711 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 16 Mar 2021 18:23:02 -0400 Subject: [PATCH] changed irc client size for smaller screens so the video and the chat can appear on the same fullscreen page --- 2021/assets/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/assets/css/custom.css b/2021/assets/css/custom.css index e6d6e7f3..97c69560 100644 --- a/2021/assets/css/custom.css +++ b/2021/assets/css/custom.css @@ -918,7 +918,7 @@ body { .irc-client { border:0; width:100%; - height:450px; + height:400px; } /* generated schedule and speakers list */ -- 2.25.1