|
|
@ -41,11 +41,26 @@ |
|
|
|
<style> |
|
|
|
<style> |
|
|
|
sidebar { |
|
|
|
sidebar { |
|
|
|
max-width: 300px; |
|
|
|
max-width: 300px; |
|
|
|
|
|
|
|
min-height: 100vh; |
|
|
|
|
|
|
|
height: 100vh; |
|
|
|
|
|
|
|
max-height: 100vh; |
|
|
|
|
|
|
|
margin: unset; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sidebar items { |
|
|
|
|
|
|
|
overflow-y: auto; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#content { |
|
|
|
|
|
|
|
min-height: 100vh; |
|
|
|
|
|
|
|
height: 100vh; |
|
|
|
|
|
|
|
max-height: 100vh; |
|
|
|
|
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Layout centered={ true } fullwidth={ true }> |
|
|
|
<Layout footer={ false} header={ false } centered={ true } fullscreen={ true }> |
|
|
|
<Blockstart> |
|
|
|
<Blockstart> |
|
|
|
<block class="horizontal"> |
|
|
|
<block class="horizontal"> |
|
|
|
<sidebar> |
|
|
|
<sidebar> |
|
|
@ -57,7 +72,7 @@ |
|
|
|
</items> |
|
|
|
</items> |
|
|
|
</sidebar> |
|
|
|
</sidebar> |
|
|
|
|
|
|
|
|
|
|
|
<right style="--pad: 0.5rem;"> |
|
|
|
<right id="content" style="--pad: 0.5rem;"> |
|
|
|
{#if docs_data} |
|
|
|
{#if docs_data} |
|
|
|
{#each docs_data.exports as exp} |
|
|
|
{#each docs_data.exports as exp} |
|
|
|
<h1>{ url }</h1> |
|
|
|
<h1>{ url }</h1> |
|
|
|