deploy: c834c776b0
This commit is contained in:
11
index.html
11
index.html
@ -6,12 +6,14 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Topos</title>
|
||||
|
||||
<script type="module" crossorigin src="/assets/index-18b589f2.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-f468a56f.css">
|
||||
|
||||
<script type="module" crossorigin src="/assets/index-f82bbb01.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-b93616a7.css">
|
||||
</head>
|
||||
<style>
|
||||
|
||||
body {
|
||||
font-family: "Victor Mono";
|
||||
background-color: #111827;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
@ -33,7 +35,6 @@
|
||||
width: 100%;
|
||||
height: 92vh;
|
||||
max-height: 100vh;
|
||||
|
||||
}
|
||||
|
||||
.cm-scroller {
|
||||
@ -107,7 +108,7 @@
|
||||
<div id="documentation" class="hidden">
|
||||
<div id="documentation-page" class="flex flex-row">
|
||||
<aside class="w-1/8 flex-shrink-0 h-screen overflow-y-auto p-1 lg:p-6 bg-neutral-900 text-white">
|
||||
<nav class="text-xl sm:text-sm overflow-y-scroll mb-12">
|
||||
<nav class="text-xl sm:text-sm overflow-y-scroll mb-24">
|
||||
<div class="">
|
||||
<h2 class="font-semibold lg:text-xl text-gray-400">Basics</h2>
|
||||
<div class="flex flex-col">
|
||||
@ -147,7 +148,7 @@
|
||||
</div>
|
||||
</nav>
|
||||
</aside>
|
||||
<div id="documentation-content" class="w-full flex-grow-1 h-screen overflow-y-scroll mx-2 my-2 break-words pb-20">
|
||||
<div id="documentation-content" class="w-full flex-grow-1 h-screen overflow-y-scroll lg:px-12 mx-2 my-2 break-words pb-32">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user