mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Change forks page layout. (#48)
This commit is contained in:
parent
c779e413ca
commit
256690e65b
@ -247,3 +247,32 @@ body {
|
|||||||
.VPMenu .CustomSwitchAppearance {
|
.VPMenu .CustomSwitchAppearance {
|
||||||
margin-right: -8px
|
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.
|
description: Forks are alternative versions of Tachiyomi with exclusive features.
|
||||||
layout: home
|
lastUpdated: false
|
||||||
|
editLink: false
|
||||||
hero:
|
prev: false
|
||||||
text: Endorsed Forks
|
next: false
|
||||||
tagline: Forks are alternative versions of Tachiyomi with exclusive features.
|
pageClass: forks
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- title: Neko
|
- title: Neko
|
||||||
@ -25,3 +25,13 @@ features:
|
|||||||
icon: <img src="/forks/logo-az.webp" alt="TachiyomiAZ Logo" height="32" width="32">
|
icon: <img src="/forks/logo-az.webp" alt="TachiyomiAZ Logo" height="32" width="32">
|
||||||
link: /forks/TachiyomiAZ/
|
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