increase clickable area of timeline link

This commit is contained in:
Birte Kristina Friesel 2024-06-30 14:36:24 +02:00
parent 20ad04a41f
commit d87fdbff45
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA
2 changed files with 6 additions and 1 deletions

View file

@ -295,3 +295,8 @@ ul.route-history > li {
}
}
}
a.timeline-link {
padding-top: 1ex;
padding-bottom: 1ex;
}

View file

@ -1,5 +1,5 @@
<div>
<a href="/timeline/in-transit">
<a class="timeline-link" href="/timeline/in-transit">
% if (@{$timeline} <= 2) {
<strong><%= $timeline->[0]->{followee_name} %></strong>
% }