Skip to content

Commit

Permalink
Fix bottom preview grid on the recording page
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Mar 15, 2024
1 parent da36f63 commit 1b7c1b9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/asciinema_web/controllers/recording/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,9 @@
More by <a href={author_profile_path(@asciicast)}><%= author_username(@asciicast) %></a>
</h2>

<div class="asciicast-list">
<div :for={asciicast <- @author_asciicasts} class="row">
<div class="col-md-6">
<.card asciicast={asciicast} />
</div>
<div class="row asciicast-list">
<div :for={asciicast <- @author_asciicasts} class="col-md-6">
<.card asciicast={asciicast} />
</div>
</div>

Expand Down

0 comments on commit 1b7c1b9

Please sign in to comment.