This commit is contained in:
2026-04-09 11:23:26 +02:00
parent c5bc817efe
commit 9baab3d3bc
18 changed files with 489 additions and 37 deletions

View File

@@ -2,6 +2,7 @@
display: grid;
grid-template-columns: 350px minmax(0, 1fr);
height: 100svh;
overflow: hidden;
#chatnav {
display: grid;
@@ -36,7 +37,6 @@
}
main {
padding-top: 65px;
background: var(--tui-background-base-alt);
border-radius: 20px 0 0 20px;
margin: 10px 0 10px 10px;