docs: fix mobile homepage navigation
This commit is contained in:
@@ -101,8 +101,8 @@ function extraFrontmatter(sourceRelativePath) {
|
||||
' image:',
|
||||
' html: \'<img class="minishop-hero-screenshot" src="/remnawave-minishop.webp" alt="Интерфейс Remnawave Minishop" width="1920" height="1080" loading="eager" decoding="async" />\'',
|
||||
' actions:',
|
||||
' - text: "Обзор"',
|
||||
' link: /getting-started/overview/',
|
||||
' - text: "Демо"',
|
||||
' link: /demo/',
|
||||
' icon: right-arrow',
|
||||
' - text: "Установка"',
|
||||
' link: /getting-started/setup/',
|
||||
|
||||
@@ -64,7 +64,10 @@ function navIcon(href: string) {
|
||||
<SiteTitle />
|
||||
</div>
|
||||
<nav
|
||||
class="flex flex-1 flex-row gap-4 overflow-x-auto py-3 pr-4 pl-4 text-sm font-medium max-md:**:hidden xl:gap-6 xl:pl-6"
|
||||
class:list={[
|
||||
'flex flex-1 flex-row gap-4 overflow-x-auto py-3 pr-4 pl-4 text-sm font-medium xl:gap-6 xl:pl-6',
|
||||
hasSidebar && 'max-md:**:hidden',
|
||||
]}
|
||||
>
|
||||
{
|
||||
nav.map((item) => {
|
||||
|
||||
Reference in New Issue
Block a user