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

View file

@ -6,6 +6,9 @@ const config = [
date: "15/02/2020", date: "15/02/2020",
new: [ new: [
"Messages by the same user should now be grouped. This will make it easier to read messages and save some screen space." "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."
] ]
}, },
{ {