fixed css issues

This commit is contained in:
supertiger1234 2019-07-30 16:12:09 +01:00
parent c9e070529c
commit a7a5449d2d
3 changed files with 8 additions and 2 deletions

View file

@ -250,6 +250,11 @@ export default {
}
.change-avatar-container {
order: 1;
flex-shrink: 0;
}
.change-avatar {
flex: initial;
flex-shrink: 0;
}
.left {
order: 2;

View file

@ -93,6 +93,7 @@ export default {
display: flex;
margin: 20px;
user-select: none;
flex-shrink: 0;
}
.checkbox {

View file

@ -18,8 +18,8 @@ const config = [
version: 5.6,
title: "Bug fixes and redesigns",
shortTitle: "",
date: "27/07/2019",
headColor: "rgba(15, 65, 70, 0.77)",
date: "30/07/2019",
headColor: "rgba(222, 46, 46, 0.77)",
new: [
"You can now enable desktop notifications by going in the settings.",
"We have re-added syntax highlighting and also improved the performance of message formatting. (Thanks to Bree!)",