From 778e73a5f87c648a15dd9790adec34ab2b7351ca Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Sun, 16 Feb 2025 18:20:29 +0000 Subject: [PATCH] lazygit --- workflowy-helper/style.css | 55 +++++++++++++++++++++++++++++++++----- 1 file changed, 49 insertions(+), 6 deletions(-) diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index 105a085..02d3a74 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -40,6 +40,41 @@ body { color: var(--grey) !important; } +.root:not(.board) > .children, +.root:not(.board) > .name { + /* max-width: 800px; */ +} + +body::-webkit-scrollbar { + display: none; /* Chrome, Safari, Opera */ +} + +.pageContainer { + max-width: 100vw !important; + overflow-x: hidden; +} +.page { + padding-right: 0 !important; + margin-right: 15px !important; + margin-left: 0 !important; +} + +.mainTreeRoot > .name { + height: 0 !important; +} + + + +.name > .content { + white-space: nowrap; +} + +.name > .content > .innerContentContainer { + overflow: hidden; + text-overflow: ellipsis; +} + + .link, .contentTag { color: var(--dark-grey) !important; @@ -66,14 +101,13 @@ body { .project > .text-sm, .paragraph { - margin: 0; + margin: 0 !important; } .project .breadcrumbs { position: absolute; - top: 5px; - right: 0; z-index: 20; - border-radius: 3px + left: 25px; + top: -3px; } .project .breadcrumbs > a, .project .breadcrumbs > svg { @@ -84,8 +118,8 @@ body { display: initial !important; } .project * .breadcrumbs > a:last-child::after { - font-size: 15px; - content: ">"; + font-size: 12px; + content: "↗︎"; } /* l0 {{{ */ @@ -213,6 +247,10 @@ body { color: var(--violet) !important; } +.tag-WORK { + color: var(--red) !important; +} + .tag-RELAX { color: var(--yellow) !important; } @@ -232,3 +270,8 @@ body { .linked > .name .time-late > .content-wrapper { color: var(--red) !important; } + +.matching-node { + display: none !important; +} +