Joined
Join Server
@@ -123,6 +123,9 @@ export default {
color: #66e0ff;
margin-left: 5px;
}
+ .halloween-icons {
+ color: orange;
+ }
}
}
.bottom {
@@ -184,6 +187,15 @@ export default {
background: grey;
}
}
+ .halloween-button {
+ background: rgba(255, 166, 0, 0.8);
+ &:hover {
+ background: rgb(255, 166, 0);
+ }
+ &.selected {
+ background: grey;
+ }
+ }
}
}
\ No newline at end of file
diff --git a/src/utils/changelog.js b/src/utils/changelog.js
index 99832c9..b78caa4 100644
--- a/src/utils/changelog.js
+++ b/src/utils/changelog.js
@@ -14,12 +14,25 @@
const config = [
+ {
+ version: 7.6,
+ title: "👻Spooky bug fixes👻",
+ shortTitle: "",
+ date: "16/10/2019",
+ headColor: "rgb(255, 166, 0)", // halloween
+ //headColor: "rgba(25, 130, 255, 0.77)",
+ new: [
+ 'Better handled Google Drive linking.',
+ '👻👻👻',
+ ],
+ fix: ['Spooked away a lot of bugs behind the scenes.'],
+ msg: '👻'
+ },
{
version: 7.5,
title: "GUI improvements",
shortTitle: "",
date: "09/10/2019",
- headColor: "rgba(25, 130, 255, 0.77)",
new: [
'Design changes to some elements such as the tabs, Window controls and more.',
],
diff --git a/src/views/App.vue b/src/views/App.vue
index 8a46142..f06099f 100644
--- a/src/views/App.vue
+++ b/src/views/App.vue
@@ -1,7 +1,7 @@
-
+
@@ -381,6 +381,12 @@ textarea {
filter: blur(15px);
transform: scale(1.1);
}
+.halloween-background {
+ background: url(./../assets/halloween_background.jpg);
+ filter: blur(10px);
+
+ background-position: center;
+}
.panel-layout {
display: flex;