mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Remove extras on Download page
This commit is contained in:
parent
976ba0b351
commit
19867fe2d1
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user