fixed some bugs, added changelog

This commit is contained in:
supertiger1234 2020-02-16 15:14:58 +00:00
parent 8dca7843d1
commit fd70102b3a
2 changed files with 46 additions and 36 deletions

View file

@ -48,6 +48,7 @@
alternate_email
</div>
</div>
<div class="inner-content">
<SimpleMarkdown
class="content-message"
:style="[
@ -89,6 +90,7 @@
:embed="message.embed"
/>
</div>
</div>
<div class="other-information">
<div
class="drop-down-button"
@ -392,7 +394,7 @@ $message-color: rgba(0, 0, 0, 0.3);
margin-left: 0;
}
.user-info {
align-items: center;
margin-top: 2px;
}
.avatar {
height: 15px;
@ -563,6 +565,11 @@ $message-color: rgba(0, 0, 0, 0.3);
border-radius: 4px;
border-bottom-left-radius: 0;
}
.inner-content {
display: flex;
justify-content: center;
flex-direction: column;
}
.ownMessageRight .content {
border-radius: 4px;
border-bottom-right-radius: 0;

View file

@ -6,6 +6,9 @@ const config = [
date: "15/02/2020",
new: [
"Messages by the same user should now be grouped. This will make it easier to read messages and save some screen space."
],
fix: [
"Fixed a bug where message role colors would make the messages load slower."
]
},
{