New logotype

This commit is contained in:
N-Pex 2023-01-24 20:57:01 +01:00
parent 16c22a6df2
commit 7ac548d76c
7 changed files with 6 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 353 KiB

Before After
Before After

View file

@ -145,7 +145,7 @@ export default {
},
favicon() {
var favicon = undefined;
var favicon = 'favicon.ico';
if (this.$route.meta.includeFavicon) {
if (this.$matrix.currentRoom) {
favicon = this.$matrix.currentRoom.avatar || 'favicon.ico';

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Before After
Before After

View file

@ -4,7 +4,7 @@
<v-container fluid class="text-center mt-8">
<v-row align="center" justify="center">
<v-col class="text-center" cols="auto">
<v-img src="@/assets/logo.svg" width="64" height="64" />
<v-img contain src="@/assets/logo.svg" width="64" height="64" />
</v-col>
</v-row>
</v-container>

View file

@ -121,7 +121,7 @@
<div class="d-flex justify-center align-center mt-9">
<div class="mr-2">
<img src="@/assets/logo.svg" width="32" height="32" class="d-inline" />
<img src="@/assets/logo.svg" width="32" height="32" contain class="d-inline" />
</div>
<div>
<strong>{{ $t("project.name") }}</strong>

View file

@ -8,6 +8,7 @@
src="@/assets/logo.svg"
width="32"
height="32"
contain
xclass="d-inline-block header-button-left"
/>
</v-col>