Skip to content

Commit

Permalink
Fix right border of the terminal in the preview card
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Mar 15, 2024
1 parent ea189d2 commit 5bcd41f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="thumbnail">
<div class="thumbnail" style={"border-right: 1ch solid #{theme(@asciicast).bg}"}>
<RecordingSVG.thumbnail asciicast={@asciicast} />
</div>
1 change: 1 addition & 0 deletions lib/asciinema_web/controllers/recording_html.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ defmodule AsciinemaWeb.RecordingHTML do
defdelegate author_username(asciicast), to: MediaView
defdelegate author_avatar_url(asciicast), to: MediaView
defdelegate author_profile_path(asciicast), to: MediaView
defdelegate theme(asciicast), to: Media
defdelegate theme_name(asciicast), to: Media
defdelegate theme_options, to: MediaView
defdelegate font_family_options, to: MediaView
Expand Down

0 comments on commit 5bcd41f

Please sign in to comment.