From f5e360738f16e328369e2f280239da069c31443d Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 23 Apr 2024 17:32:56 -0300 Subject: content: generateChronologyLinksScopeSwitcher: appearance tweaks --- .../generateChronologyLinksScopeSwitcher.js | 27 ++++++++++++---------- src/strings-default.yaml | 2 +- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/content/dependencies/generateChronologyLinksScopeSwitcher.js b/src/content/dependencies/generateChronologyLinksScopeSwitcher.js index 53ec87a6..29f0c24e 100644 --- a/src/content/dependencies/generateChronologyLinksScopeSwitcher.js +++ b/src/content/dependencies/generateChronologyLinksScopeSwitcher.js @@ -25,18 +25,21 @@ export default { [ html.tag('summary', - language.$('trackPage.nav.chronology.scope.title', { - scope: - slots.scopes.map((scope, index) => - html.tag('a', {class: 'switcher-link'}, - {href: '#'}, - - (index === 0 - ? {style: 'display: inline'} - : {style: 'display: none'}), - - language.$('trackPage.nav.chronology.scope', scope))), - })), + {class: 'underline-white'}, + + html.tag('span', + language.$('trackPage.nav.chronology.scope.title', { + scope: + slots.scopes.map((scope, index) => + html.tag('a', {class: 'switcher-link'}, + {href: '#'}, + + (index === 0 + ? {style: 'display: inline'} + : {style: 'display: none'}), + + language.$('trackPage.nav.chronology.scope', scope))), + }))), stitchArrays({ scope: slots.scopes, diff --git a/src/strings-default.yaml b/src/strings-default.yaml index a2814112..0e63201e 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -1844,7 +1844,7 @@ trackPage: chronology: scope: - title: "Chronology links {SCOPE}:" + title: "Chronology links {SCOPE}" wiki: "across this wiki" album: "within this album" -- cgit 1.3.0-6-gf8a5