diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-17 15:28:42 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-17 15:28:42 +0200 |
commit | c81d471728888794c012a74fbb2c85b235dcfc09 (patch) | |
tree | 8da8da9d7eb91f7b52f8fe36b0ff2f75b364aff3 /templates | |
parent | 19cd9f7a8d888302d8637af897d407fc34bab522 (diff) |
_checked_in: adjust margins for timeline link
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_checked_in.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 2e8b163..831e118 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -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} // []}) { |