feat: site wide sidebar

This commit is contained in:
Per Stark
2025-04-22 11:58:54 +02:00
parent 0185607384
commit 0d2162e796
16 changed files with 348 additions and 109 deletions

View File

@@ -1,4 +1,4 @@
<div id="chat_container" class="pl-3 overflow-y-auto h-[calc(100vh-155px)] hide-scrollbar">
<div id="chat_container" class="pl-3 overflow-y-auto h-[calc(100vh-170px)] sm:h-[calc(100vh-190px)] hide-scrollbar">
{% for message in history %}
{% if message.role == "AI" %}
<div class="chat chat-start">