From 88cb97394708cc1c1feda1a3e1dbafefe6c8de94 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Wed, 9 Apr 2025 09:43:53 +0100 Subject: [PATCH] lazygit --- workflowy-helper/main.js | 5 +++++ workflowy-helper/style.css | 11 +++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/workflowy-helper/main.js b/workflowy-helper/main.js index b1c425d..938ae61 100644 --- a/workflowy-helper/main.js +++ b/workflowy-helper/main.js @@ -158,8 +158,13 @@ if (hotspots.includes(text)) { const hotspot = text; projectNode.classList.add(`hotspot-${hotspot}`); + // const link = document.createElement('a'); + // link.href = bc.href; + // link.innerText = text; + // names[0].appendChild(link); } }); + } }); [notes, names].forEach(function(ns) { diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index 0adcf44..431b7b1 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -109,11 +109,11 @@ body::-webkit-scrollbar { .project .breadcrumbs > .menu { display: none; } -.project * .breadcrumbs > a:last-child { +.project * .breadcrumbs > :nth-last-child(3) { font-size: 0; display: initial !important; } -.project * .breadcrumbs > a:last-child::after { +.project * .breadcrumbs > :nth-last-child(3)::after { font-size: 12px; content: "→"; } @@ -357,7 +357,7 @@ body::-webkit-scrollbar { color: var(--red) !important; } -.tagged-reminder > .name > .content > .innerContentContainer { +.tagged-note > .name > .content > .innerContentContainer { color: var(--blue) !important; } @@ -369,15 +369,10 @@ body::-webkit-scrollbar { color: var(--green) !important; } -.tagged-work > .name > .content > .innerContentContainer { - color: var(--magenta) !important; -} - .tagged-birthday > .name > .content > .innerContentContainer { color: var(--violet) !important; } - .half-open.tagged-a > .name > .bullet, .collapsed.tagged-a > .name > .bullet, .tagged-a > .name > .bullet {