You don't have permission to send messages in this channel.
@@ -835,11 +836,13 @@ export default {
}
.typing-outer {
display: flex;
- height: 20px;
margin-bottom: 5px;
- margin-left: 10px;
+ position: absolute;
+ top: -25px;
+ left: 0;
+ right: 0;
+ z-index: 999999;
}
-
.hidden {
display: none;
}
diff --git a/src/components/app/MessageTemplate.vue b/src/components/app/MessageTemplate.vue
index d3bd38e..2448467 100644
--- a/src/components/app/MessageTemplate.vue
+++ b/src/components/app/MessageTemplate.vue
@@ -387,6 +387,7 @@ $message-color: rgba(0, 0, 0, 0.3);
color: white;
overflow: hidden;
background: $message-color;
+ border-radius: 4px;
}
.presence-message .text {
diff --git a/src/components/app/MyMiniInformation.vue b/src/components/app/MyMiniInformation.vue
index 8c38850..ce861e8 100644
--- a/src/components/app/MyMiniInformation.vue
+++ b/src/components/app/MyMiniInformation.vue
@@ -103,7 +103,9 @@ export default {
position: relative;
flex-shrink: 0;
align-items: center;
- height: 50px;
+ height: 65px;
+ padding-left: 5px;
+ padding-right: 5px;
transition: 0.3s;
background-color: rgba(0, 0, 0, 0.2);
}
@@ -129,7 +131,7 @@ export default {
}
.tag {
font-size: 13px;
- color: #b2d1d9;
+ color: rgba(255, 255, 255, 0.72);
}
}
diff --git a/src/components/app/Navigation.vue b/src/components/app/Navigation.vue
index ca4e9ab..0b5dc01 100644
--- a/src/components/app/Navigation.vue
+++ b/src/components/app/Navigation.vue
@@ -355,7 +355,7 @@ export default {
@media (max-width: 600px) {
.navigation {
- background: linear-gradient(#136a8a, #00b4db);
+ background: #005a9e;
}
}
diff --git a/src/components/app/Popouts/Popouts/ServerSettingsPanels/DropDownMenu.vue b/src/components/app/Popouts/Popouts/ServerSettingsPanels/DropDownMenu.vue
index 63ef935..6b507ce 100644
--- a/src/components/app/Popouts/Popouts/ServerSettingsPanels/DropDownMenu.vue
+++ b/src/components/app/Popouts/Popouts/ServerSettingsPanels/DropDownMenu.vue
@@ -88,18 +88,21 @@ export default {
diff --git a/src/components/app/Popouts/Popouts/SettingsPanels/MyProfile.vue b/src/components/app/Popouts/Popouts/SettingsPanels/MyProfile.vue
index 8ae716a..e745fd2 100644
--- a/src/components/app/Popouts/Popouts/SettingsPanels/MyProfile.vue
+++ b/src/components/app/Popouts/Popouts/SettingsPanels/MyProfile.vue
@@ -54,7 +54,7 @@ export default {
.tabs {
z-index: 999999;
display: flex;
- background: #073444;
+ background: rgba(0, 0, 0, 0.6);
justify-content: center;
}
.tabs .tab {
diff --git a/src/components/app/Popouts/Popouts/SettingsPanels/MyThemeTemplate.vue b/src/components/app/Popouts/Popouts/SettingsPanels/MyThemeTemplate.vue
index d9017e6..7edec3d 100644
--- a/src/components/app/Popouts/Popouts/SettingsPanels/MyThemeTemplate.vue
+++ b/src/components/app/Popouts/Popouts/SettingsPanels/MyThemeTemplate.vue
@@ -73,17 +73,17 @@ export default {
transition: 0.2s;
&:hover {
color: white;
- background: rgba(0, 0, 0, 0.3);
+ background: rgba(0, 0, 0, 0.2);
}
&.selected {
- background: rgba(0, 0, 0, 0.5);
+ background: rgba(0, 0, 0, 0.4);
color: white;
}
}
}
.context {
display: flex;
- background: rgba(0, 0, 0, 0.6);
+ background: rgba(0, 0, 0, 0.5);
.button {
display: flex;
margin: 5px;
diff --git a/src/components/app/Popouts/Popouts/SettingsPanels/MyThemes.vue b/src/components/app/Popouts/Popouts/SettingsPanels/MyThemes.vue
index 23415ae..620d82f 100644
--- a/src/components/app/Popouts/Popouts/SettingsPanels/MyThemes.vue
+++ b/src/components/app/Popouts/Popouts/SettingsPanels/MyThemes.vue
@@ -190,7 +190,7 @@ export default {
.bar {
display: flex;
width: 100%;
- background: rgba(0, 0, 0, 0.2);
+ background: rgba(0, 0, 0, 0.3);
height: 40px;
flex-shrink: 0;
.button {
diff --git a/src/components/app/Popouts/Popouts/SettingsPanels/survey.vue b/src/components/app/Popouts/Popouts/SettingsPanels/survey.vue
index 54a9695..db6d4d7 100644
--- a/src/components/app/Popouts/Popouts/SettingsPanels/survey.vue
+++ b/src/components/app/Popouts/Popouts/SettingsPanels/survey.vue
@@ -162,7 +162,7 @@ export default {
};
-
diff --git a/src/components/app/Tabs/Servers.vue b/src/components/app/Tabs/Servers.vue
index d39810c..5c4c028 100644
--- a/src/components/app/Tabs/Servers.vue
+++ b/src/components/app/Tabs/Servers.vue
@@ -5,7 +5,7 @@
>
@@ -110,7 +110,7 @@ export default {
right: 0;
bottom: 0;
z-index: 2;
- background: rgba(19, 107, 139, 0.9);
+ background: linear-gradient(to bottom, #00477e 0, #016dc0);
}
}
@@ -119,7 +119,7 @@ export default {
position: absolute;
bottom: 0;
z-index: 2;
- background: rgba(19, 107, 139, 0.9);
+ background: linear-gradient(to bottom, #00477e 0, #016dc0);
}
.darken::after {
content: "";
diff --git a/src/components/app/TypingStatus.vue b/src/components/app/TypingStatus.vue
index 18b6a63..bf3f72d 100644
--- a/src/components/app/TypingStatus.vue
+++ b/src/components/app/TypingStatus.vue
@@ -78,15 +78,22 @@ export default {
transition: 0.3s;
flex-shrink: 0;
flex: 1;
+ padding: 3px;
+ background: rgba(0, 0, 0, 0.3);
+ backdrop-filter: blur(5px);
+ align-content: center;
+ align-content: center;
+ height: 20px;
}
.animation {
height: 20px;
width: 20px;
display: flex;
+ align-self: center;
}
.text {
margin: auto;
margin-left: 5px;
- font-size: 13px;
+ font-size: 12px;
}
diff --git a/src/utils/changelog.js b/src/utils/changelog.js
index c5f4201..8f01f67 100644
--- a/src/utils/changelog.js
+++ b/src/utils/changelog.js
@@ -4,7 +4,6 @@ const config = [
title: "Saved Notes and bug fixes",
shortTitle: "",
date: "25/01/2019",
- headColor: "#007792",
new: ["You can now save your own messages in a separate log."],
fix: ["Fixed a bug where some role colors would not show correctly."]
},