3.0 Beta 2

This commit is contained in:
2026-04-10 21:57:29 +02:00
parent 67918644e0
commit a01b5347d6
65 changed files with 1619 additions and 175 deletions

View File

@@ -7,6 +7,7 @@
#chatnav {
display: grid;
grid-template-columns: 70px minmax(0, 1fr);
height: 100svh;
aside {
padding: 15px;
@@ -25,6 +26,12 @@
button {
height: 50px;
tui-icon {
&::before {
color: var(--tui-background-accent-1);
}
}
}
}
@@ -41,11 +48,13 @@
border-radius: 20px 0 0 20px;
margin: 10px 0 10px 10px;
padding: 15px;
overflow-y: scroll;
}
}
#content {
width: 100%;
height: 100svh;
padding: 10px 10px 10px 0;
#content_tint {