fix tiny UI glitches

pull/1387/head
Audric Ackermann 5 years ago
parent 12bf46e09e
commit 8f92ae7812
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -216,6 +216,9 @@ h4.section-toggle,
.conversation {
display: none;
}
.placeholder {
height: 100%;
}
.conversation:first-child {
display: block;
}

@ -756,7 +756,7 @@ label {
.react-contexify {
z-index: 3;
min-width: 200px;
box-shadow: none;
box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
.react-contexify__item:not(.react-contexify__item--disabled):hover
> .react-contexify__item__content {

@ -49,7 +49,7 @@ export class SessionConversationMessagesList extends React.Component<
this.state = {
isScrolledToBottom: false,
showScrollButton: true,
showScrollButton: false,
doneInitialScroll: false,
};
this.renderMessage = this.renderMessage.bind(this);

Loading…
Cancel
Save