readme update, minor style fixes

This commit is contained in:
Courier
2025-11-22 22:01:41 +04:00
parent 6ed7a29c6c
commit ca5b68132c
5 changed files with 41 additions and 18 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<link rel="icon" href={favicon} />
</svelte:head>
<div class="vbox h-screen min-h-screen box-border overflow-hidden relative">
<div class="app-container vbox h-screen min-h-screen box-border overflow-hidden relative">
{@render children()}
</div>
+5 -1
View File
@@ -37,4 +37,8 @@ body
align-self: stretch
overflow-y: auto
min-height: 0
flex: 1
flex: 1
.app-container
max-width: 1200px;
margin: 0 auto;