Change forks page layout. (#48)

This commit is contained in:
Alessandro Jean 2023-09-10 14:38:59 -03:00 committed by GitHub
parent c779e413ca
commit 256690e65b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 6 deletions

View File

@ -247,3 +247,32 @@ body {
.VPMenu .CustomSwitchAppearance {
margin-right: -8px
}
/**
* Component: Forks page
*/
.forks .VPFeatures {
padding: 2rem 0 !important
.VPLink:hover {
text-decoration: none
}
.title {
line-height: 24px
font-size: 16px
font-weight: 600
margin: 0
border-top: none
padding-top: 0
letter-spacing: 0
color: var(--vp-c-text-1)
}
}
@media (min-width 640px) {
.forks .item.grid-4 {
width: 50% !important
}
}

View File

@ -1,11 +1,11 @@
---
title: Forks
title: Endorsed Forks
description: Forks are alternative versions of Tachiyomi with exclusive features.
layout: home
hero:
text: Endorsed Forks
tagline: Forks are alternative versions of Tachiyomi with exclusive features.
lastUpdated: false
editLink: false
prev: false
next: false
pageClass: forks
features:
- title: Neko
@ -25,3 +25,13 @@ features:
icon: <img src="/forks/logo-az.webp" alt="TachiyomiAZ Logo" height="32" width="32">
link: /forks/TachiyomiAZ/
---
<script setup>
import { VPHomeFeatures } from "vitepress/theme"
</script>
# Endorsed Forks
Forks are alternative versions of Tachiyomi with exclusive features.
<VPHomeFeatures />