From ea51fdf6ccfeebc0583d796cea06774b74fe124a Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 13 Jul 2017 00:39:55 +0700 Subject: [PATCH] Styles glitches quick fix --- client/coral-embed-stream/style/default.css | 28 ++++++++++----------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 62d00f839..887b780ce 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -17,10 +17,22 @@ body { height: auto !important; } -#coralStream { +#talk-embed-stream-container { padding: 4px; } +.talk-stream-tab-container { + padding-bottom: 50px; + min-height: 600px; +} + +.talk-stream-tab-container .material-icons { + vertical-align: middle; + width: 1em; + font-size: 1em; + overflow: hidden; +} + .expandForSignin { min-height: 600px; } @@ -112,13 +124,6 @@ body { color: #2a2a2a; } -.commentStream .material-icons { - vertical-align: middle; - width: 1em; - font-size: 1em; - overflow: hidden; -} - /* Question Box Styles */ .coral-plugin-questionbox-info { top: 0; @@ -185,13 +190,6 @@ body { position: relative; } -.commentStream { - /* prevent absolutely positioned final permalink popover from being clipped */ - padding-bottom: 50px; - min-height: 600px; - position: relative; -} - /* Comment Box Styles */ .talk-plugin-commentbox-container { display: flex;