final changes

This commit is contained in:
supertiger1234 2020-02-08 13:37:53 +00:00
parent df0b830836
commit 4e4871ad74
6 changed files with 19 additions and 7 deletions

View file

@ -14,7 +14,7 @@
"type": "image/png" "type": "image/png"
} }
], ],
"theme_color": "#0b4155", "theme_color": "#005799",
"background_color": "#0b4155", "background_color": "#005799",
"display": "standalone" "display": "standalone"
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

View file

@ -67,12 +67,12 @@ export default {
font-size: 15px; font-size: 15px;
} }
.frame-buttons .close:hover { .frame-buttons .close:hover {
background: rgba(255, 0, 0, 0.595); background: rgba(255, 0, 0, 0.3);
} }
.frame-buttons .minimize:hover { .frame-buttons .minimize:hover {
background: rgba(46, 46, 46, 0.595); background: rgba(0, 0, 0, 0.3);
} }
.frame-buttons .res-max:hover { .frame-buttons .res-max:hover {
background: rgba(46, 46, 46, 0.595); background: rgba(0, 0, 0, 0.3);
} }
</style> </style>

View file

@ -1,4 +1,14 @@
const config = [ const config = [
{
version: 9.5,
title: "New design and font!",
shortTitle: "",
date: "08/02/2019",
new: [
"New color scheme for Nertivia!",
"New font called 'Montserrat'. More font options are coming soon!"
]
},
{ {
version: 9.3, version: 9.3,
title: "Saved Notes and bug fixes", title: "Saved Notes and bug fixes",

View file

@ -42,7 +42,7 @@
The best chat client that won't restrict you from important and fun The best chat client that won't restrict you from important and fun
features. features.
</div> </div>
<img class="graphic" src="@/assets/graphics/HomeGraphics.webp" /> <img class="graphic" src="@/assets/graphics/Graphic.webp" />
<div class="buttons"> <div class="buttons">
<div class="button" @click="openApp"> <div class="button" @click="openApp">
<div class="material-icons">open_in_browser</div> <div class="material-icons">open_in_browser</div>
@ -399,12 +399,14 @@ body {
} }
} }
@media (max-width: 334px) { @media (max-width: 424px) {
.buttons { .buttons {
flex-direction: column; flex-direction: column;
} }
.buttons .button { .buttons .button {
text-align: center; text-align: center;
align-content: center;
justify-content: center;
} }
} }