mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:38:13 +08:00
Styles glitches quick fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user