fix: vikunja logo size when migrating

This commit is contained in:
kolaente 2021-11-14 22:03:25 +01:00
parent d0d4096f8b
commit 0684806db0
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 2 deletions

View File

@ -41,7 +41,7 @@
<div class="progress-dots">
<span v-for="i in progressDotsCount" :key="i" />
</div>
<Logo alt="Vikunja" />
<Logo/>
</div>
<p>{{ $t('migrate.inProgress') }}</p>
</div>
@ -186,9 +186,10 @@ export default {
align-items: center;
margin-bottom: 2rem;
img {
img, svg {
display: block;
max-height: 100px;
max-width: 100px;
}
}