floating chat

This commit is contained in:
Bastian Wagner
2026-06-15 13:58:40 +02:00
parent 86e85520a8
commit b979a3b097
6 changed files with 151 additions and 92 deletions

View File

@@ -125,10 +125,6 @@
min-height: calc(100dvh - 56px);
}
.assistant-sidebar {
min-width: 0;
}
.shell .app-main {
padding-bottom: calc(76px + env(safe-area-inset-bottom));
}
@@ -232,16 +228,3 @@
display: none;
}
}
@media (min-width: 1041px) {
.shell-workspace {
grid-template-columns: minmax(0, 1fr) 360px;
align-items: start;
}
.assistant-sidebar {
position: sticky;
top: 64px;
min-height: calc(100dvh - 64px);
}
}