New logotype
This commit is contained in:
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 |
|
|
@ -145,7 +145,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
favicon() {
|
favicon() {
|
||||||
var favicon = undefined;
|
var favicon = 'favicon.ico';
|
||||||
if (this.$route.meta.includeFavicon) {
|
if (this.$route.meta.includeFavicon) {
|
||||||
if (this.$matrix.currentRoom) {
|
if (this.$matrix.currentRoom) {
|
||||||
favicon = this.$matrix.currentRoom.avatar || 'favicon.ico';
|
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 |
|
|
@ -4,7 +4,7 @@
|
||||||
<v-container fluid class="text-center mt-8">
|
<v-container fluid class="text-center mt-8">
|
||||||
<v-row align="center" justify="center">
|
<v-row align="center" justify="center">
|
||||||
<v-col class="text-center" cols="auto">
|
<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-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-container>
|
</v-container>
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,7 @@
|
||||||
|
|
||||||
<div class="d-flex justify-center align-center mt-9">
|
<div class="d-flex justify-center align-center mt-9">
|
||||||
<div class="mr-2">
|
<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>
|
||||||
<div>
|
<div>
|
||||||
<strong>{{ $t("project.name") }}</strong>
|
<strong>{{ $t("project.name") }}</strong>
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
src="@/assets/logo.svg"
|
src="@/assets/logo.svg"
|
||||||
width="32"
|
width="32"
|
||||||
height="32"
|
height="32"
|
||||||
|
contain
|
||||||
xclass="d-inline-block header-button-left"
|
xclass="d-inline-block header-button-left"
|
||||||
/>
|
/>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue