From dcee2a44389666bee56349e5dcf6b6e736677e01 Mon Sep 17 00:00:00 2001 From: IAmSamHankins Date: Fri, 16 Jun 2017 15:00:42 -0400 Subject: [PATCH] adjust comment stream sizing to allow for chrome focus state --- client/coral-embed-stream/style/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index c2371b25c..7e6f9b2bd 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -17,6 +17,10 @@ body { height: auto !important; } +#coralStream { + padding: 4px; +} + .expandForSignin { min-height: 600px; }