Styles glitches quick fix

This commit is contained in:
Chi Vinh Le
2017-07-13 00:39:55 +07:00
parent 5d9d01d87f
commit ea51fdf6cc
+13 -15
View File
@@ -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;