Skip to content

Commit

Permalink
_checked_in: adjust margins for timeline link
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Jul 17, 2023
1 parent 19cd9f7 commit c81d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_checked_in.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
%= include '_timeline_link', timeline => stash('timeline'), from_checkin => 1
% }
% if ($journey->{arr_name}) {
<div class="card" style="margin-top: 3em;">
<div class="card" style="margin-top: <%= scalar @{stash('timeline') // []} ? '1.5rem' : '3em' %>;">
<div class="card-content">
<span class="card-title">Details</span>
% if (@{$journey->{extra_data}{him_msg} // []}) {
Expand Down

0 comments on commit c81d471

Please sign in to comment.