Remove extras on Download page

This commit is contained in:
Soitora 2023-08-31 23:55:47 +02:00
parent 976ba0b351
commit 19867fe2d1
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97
2 changed files with 19 additions and 9 deletions

View File

@ -33,14 +33,14 @@ const whatsNew = computed(() => {
</header>
<div v-html="whatsNew">
</div>
<div>
<p>
View the full release
<a href="https://github.com/tachiyomiorg/tachiyomi/releases/latest" target="_blank" rel="noopener">
here
</a>
</p>
</div>
</div>
<div class="fullChangelog">
<p>
View the full release
<a href="https://github.com/tachiyomiorg/tachiyomi/releases/latest" target="_blank" rel="noopener">
here
</a>
</p>
</div>
</template>
@ -53,7 +53,7 @@ const whatsNew = computed(() => {
transition: border-color 0.25s, background-color 0.25s
padding: 24px
height: 100%
margin: 2em auto
margin: 1.5em auto 0.5em auto
header {
display: flex
@ -110,4 +110,10 @@ const whatsNew = computed(() => {
}
}
}
.fullChangelog {
margin: 0 0 1rem
color: var(--vp-c-text-2)
font-size: 0.9rem
}
</style>

View File

@ -2,6 +2,10 @@
title: Download
description: Download page that allows users to access and install the latest version of the app.
aside: false
lastUpdated: false
editLink: false
prev: false
next: false
---
<script setup>