mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Remove extras on Download page
This commit is contained in:
parent
976ba0b351
commit
19867fe2d1
@ -33,7 +33,8 @@ const whatsNew = computed(() => {
|
|||||||
</header>
|
</header>
|
||||||
<div v-html="whatsNew">
|
<div v-html="whatsNew">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
</div>
|
||||||
|
<div class="fullChangelog">
|
||||||
<p>
|
<p>
|
||||||
View the full release
|
View the full release
|
||||||
<a href="https://github.com/tachiyomiorg/tachiyomi/releases/latest" target="_blank" rel="noopener">
|
<a href="https://github.com/tachiyomiorg/tachiyomi/releases/latest" target="_blank" rel="noopener">
|
||||||
@ -41,7 +42,6 @@ const whatsNew = computed(() => {
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="stylus">
|
<style lang="stylus">
|
||||||
@ -53,7 +53,7 @@ const whatsNew = computed(() => {
|
|||||||
transition: border-color 0.25s, background-color 0.25s
|
transition: border-color 0.25s, background-color 0.25s
|
||||||
padding: 24px
|
padding: 24px
|
||||||
height: 100%
|
height: 100%
|
||||||
margin: 2em auto
|
margin: 1.5em auto 0.5em auto
|
||||||
|
|
||||||
header {
|
header {
|
||||||
display: flex
|
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>
|
</style>
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
title: Download
|
title: Download
|
||||||
description: Download page that allows users to access and install the latest version of the app.
|
description: Download page that allows users to access and install the latest version of the app.
|
||||||
aside: false
|
aside: false
|
||||||
|
lastUpdated: false
|
||||||
|
editLink: false
|
||||||
|
prev: false
|
||||||
|
next: false
|
||||||
---
|
---
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
Loading…
Reference in New Issue
Block a user