Move chat scrolling to the full-width viewport

071ac6dfaa26 · AtlantisPleb · 2026-08-22T14:13:58-05:00 · parent 0c106485dc90

Move chat scrolling to the full-width viewport

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

pushed
by user · WAL seq 98 · 2026-08-22T19:14:00.221185Z

Changed files

  • modified lib/openagents_web/live/chat_placeholder_live.ex

Diff

1 file changed, +2 -2

lib/openagents_web/live/chat_placeholder_live.ex modified +2 -2

@@ -173,11 +173,11 @@ defmodule OpenAgentsWeb.ChatPlaceholderLive do

173 173
        <div class="flex min-h-0 flex-1 px-4 pb-44 pt-6">
174 174
          <.conversation
175 175
            id="chat-placeholder-transcript"
176
            class="mx-auto w-full max-w-3xl"
176
            class="w-full"
177 177
            scroll_button={false}
178 178
          >
179 179
            <.conversation_content class={[
180
              "min-h-full px-0",
180
              "mx-auto min-h-full w-full max-w-3xl px-0",
181 181
              if(@messages == [], do: "justify-center", else: "justify-end")
182 182
            ]}>
183 183
              <.conversation_empty_state

This page updates live while a promote is in flight · changelog