This commit is contained in:
Bubobubobubobubo
2023-08-27 00:16:59 +00:00
parent a7ed414229
commit dcc1e5276a
6 changed files with 506 additions and 247 deletions

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Topos</title>
<script type="module" crossorigin src="/assets/index-206a1d6a.js"></script>
<link rel="stylesheet" href="/assets/index-3c2bd7fd.css">
<script type="module" crossorigin src="/assets/index-ebdfa753.js"></script>
<link rel="stylesheet" href="/assets/index-c755c992.css">
</head>
<style>
@ -21,6 +21,10 @@
padding: 0;
}
details br {
display: none;
}
.app {
max-height: 100vh;
}