From dfc3fc5290cd73c3232a05c0cc6dd1edb4ed1477 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 4 Nov 2025 09:30:41 -0400 Subject: content, css: always control offset-tooltip effect from content --- src/content/dependencies/generateContributionList.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/content/dependencies/generateContributionList.js') diff --git a/src/content/dependencies/generateContributionList.js b/src/content/dependencies/generateContributionList.js index 3716bcd6..fa9e3d70 100644 --- a/src/content/dependencies/generateContributionList.js +++ b/src/content/dependencies/generateContributionList.js @@ -13,6 +13,9 @@ export default { html.tag('ul', {[html.onlyIfContent]: true}, + relations.contributionLinks.length > 1 && + {class: 'offset-tooltips'}, + relations.contributionLinks .map(contributionLink => html.tag('li', -- cgit 1.3.0-6-gf8a5