diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-30 14:36:24 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-30 14:36:24 +0200 |
commit | d87fdbff456c4017dfc87cbbb4a85b7976402f49 (patch) | |
tree | 85cb5e9ecaaa2cc5d513a227fbc0e9da22de8f00 /sass | |
parent | 20ad04a41f6fe4561a40e4d6e42aec1c62e2f91a (diff) |
increase clickable area of timeline link
Diffstat (limited to 'sass')
-rw-r--r-- | sass/src/common/local.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |