mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Change forks page layout. (#48)
This commit is contained in:
parent
c779e413ca
commit
256690e65b
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user