Show sidebar on the download and extension pages (#18)

This commit is contained in:
Alessandro Jean 2023-09-05 02:55:43 -03:00 committed by GitHub
parent 20f818dec1
commit 45c2e7a614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,6 @@
const sidebar = { const sidebar = {
"/download/": defaultSidebar(),
"/extensions/": defaultSidebar(),
"/docs/": defaultSidebar(), "/docs/": defaultSidebar(),
"/forks/": defaultSidebar(), "/forks/": defaultSidebar(),
"/changelogs/": defaultSidebar(), "/changelogs/": defaultSidebar(),

View File

@ -143,6 +143,10 @@ export default {
border-radius: 8px border-radius: 8px
padding: 0.5em padding: 0.5em
.extension-icon {
margin-left: 0;
}
.extension-download { .extension-download {
margin-right: 0 margin-right: 0
} }

View File

@ -1,7 +1,6 @@
--- ---
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
lastUpdated: false lastUpdated: false
editLink: false editLink: false
prev: false prev: false

View File

@ -1,7 +1,6 @@
--- ---
title: Extensions title: Extensions
description: Browse and install the full list of sources for Tachiyomi. description: Browse and install the full list of sources for Tachiyomi.
aside: false
lastUpdated: false lastUpdated: false
editLink: false editLink: false
prev: false prev: false