mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-05-24 12:29:01 +00:00
final changes
This commit is contained in:
parent
df0b830836
commit
4e4871ad74
6 changed files with 19 additions and 7 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
src/assets/graphics/Graphic.webp
Normal file
BIN
src/assets/graphics/Graphic.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 160 KiB |
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue