Push columns to the edges of the viewport

This commit is contained in:
Jason Zimdars
2025-02-06 16:30:24 -06:00
parent 19c8cb370c
commit 4ced917358
+2 -2
View File
@@ -24,7 +24,7 @@
</nav>
<% end %>
<aside class="flex align-start justify-end" style="--bubble-color: <%= @bubble.color %>">
<aside class="flex align-start justify-start" style="--bubble-color: <%= @bubble.color %>">
<div class="flex flex-column" style="row-gap: 3px;">
<%= render "bubbles/color", bubble: @bubble %>
@@ -90,7 +90,7 @@
<%= render "bubbles/messages", bubble: @bubble %>
</div>
<div class="flex align-start justify-start">
<div class="flex align-start justify-end">
<%= turbo_frame_tag dom_id(@bubble, :stage_picker), src: new_bucket_bubble_stage_picker_path(@bubble.bucket, @bubble) %>
</div>