From d87fdbff456c4017dfc87cbbb4a85b7976402f49 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 30 Jun 2024 14:36:24 +0200 Subject: increase clickable area of timeline link --- sass/src/common/local.scss | 5 +++++ templates/_timeline_link.html.ep | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index c3fe29c..6f0c0f8 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -295,3 +295,8 @@ ul.route-history > li { } } } + +a.timeline-link { + padding-top: 1ex; + padding-bottom: 1ex; +} diff --git a/templates/_timeline_link.html.ep b/templates/_timeline_link.html.ep index 1a78279..4b9c2a5 100644 --- a/templates/_timeline_link.html.ep +++ b/templates/_timeline_link.html.ep @@ -1,5 +1,5 @@
- + % if (@{$timeline} <= 2) { <%= $timeline->[0]->{followee_name} %> % } -- cgit v1.2.3