mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 19:42:01 +00:00
fixed css issues
This commit is contained in:
parent
c9e070529c
commit
a7a5449d2d
3 changed files with 8 additions and 2 deletions
|
|
@ -250,6 +250,11 @@ export default {
|
|||
}
|
||||
.change-avatar-container {
|
||||
order: 1;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.change-avatar {
|
||||
flex: initial;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.left {
|
||||
order: 2;
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ export default {
|
|||
display: flex;
|
||||
margin: 20px;
|
||||
user-select: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
|
|
|
|||
|
|
@ -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!)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue