Browse Source

lazygit

main
Gregory Leeman 1 week ago
parent
commit
2aff8d7df2
  1. 152
      workflowy-helper/style.css

152
workflowy-helper/style.css

@ -204,12 +204,20 @@ body::-webkit-scrollbar {
.paragraph {
margin: 0 !important;
}
.project .breadcrumbs {
.project:not(.boardCard) .breadcrumbs {
position: absolute;
z-index: 20;
right: 25px;
top: 10px;
right: 0;
top: 6px;
}
.project.boardCard .breadcrumbs {
position: absolute;
z-index: 20;
right: 6px;
top: 6px;
}
.project .breadcrumbs > a,
.project .breadcrumbs > svg,
.project .breadcrumbs > .menu {
@ -218,12 +226,58 @@ body::-webkit-scrollbar {
.project * .breadcrumbs > :nth-last-child(3) {
font-size: 0;
display: initial !important;
opacity: 1 !important;
}
.project * .breadcrumbs > :nth-last-child(3)::after {
font-size: 12px;
.project:not(.boardCard) * .breadcrumbs > :nth-last-child(3)::after {
content: "→";
font-size: 16px;
}
.project.hotspot-admin .breadcrumbs > :nth-last-child(3)::after {
content: "✏️";
}
.project.hotspot-mind .breadcrumbs > :nth-last-child(3)::after {
content: "🧠";
}
.project.hotspot-health .breadcrumbs > :nth-last-child(3)::after {
content: "💪";
}
.project.hotspot-art .breadcrumbs > :nth-last-child(3)::after {
content: "🎨";
}
.project.hotspot-side .breadcrumbs > :nth-last-child(3)::after {
content: "🖼️";
}
.project.hotspot-social .breadcrumbs > :nth-last-child(3)::after {
content: "👥";
}
.project.hotspot-job .breadcrumbs > :nth-last-child(3)::after {
content: "💻";
}
.project.hotspot-church .breadcrumbs > :nth-last-child(3)::after {
content: "☦️";
}
.project.hotspot-work .breadcrumbs > :nth-last-child(3)::after {
content: "💼";
}
.linked-xGOAL > .name .innerContentContainer,
.linked-xGOAL > .notes .innerContentContainer {
color: var(--yellow);
@ -629,79 +683,6 @@ body::-webkit-scrollbar {
left: initial !important;
}
.hotspot-admin:not(.boardCard) > .name .innerContentContainer::after {
content: "✏️";
margin-left: 4px;
}
.hotspot-admin.boardCard::after {
content: "✏️";
}
.hotspot-mind:not(.boardCard) > .name .innerContentContainer::after {
content: "🧠";
margin-left: 4px;
}
.hotspot-mind.boardCard::after {
content: "🧠";
}
.hotspot-health:not(.boardCard) > .name .innerContentContainer::after {
content: "💪";
margin-left: 4px;
}
.hotspot-health.boardCard::after {
content: "💪";
}
.hotspot-art:not(.boardCard) > .name .innerContentContainer::after {
content: "🎨";
margin-left: 4px;
}
.hotspot-art.boardCard::after {
content: "🎨";
}
.hotspot-side:not(.boardCard) > .name .innerContentContainer::after {
content: "🖼️";
margin-left: 4px;
}
.hotspot-side.boardCard::after {
content: "🖼️";
}
.hotspot-social:not(.boardCard) > .name .innerContentContainer::after {
content: "👥";
margin-left: 4px;
}
.hotspot-social.boardCard::after {
content: "👥";
}
.hotspot-job:not(.boardCard) > .name .innerContentContainer::after {
content: "💻";
margin-left: 4px;
}
.hotspot-job.boardCard::after {
content: "💻";
}
.hotspot-church:not(.boardCard) > .name .innerContentContainer::after {
content: "☦️";
margin-left: 4px;
}
.hotspot-church.boardCard::after {
content: "☦️";
}
.hotspot-work:not(.boardCard) > .name .innerContentContainer::after {
content: "💼";
margin-left: 4px;
}
.hotspot-work.boardCard::after {
content: "💼";
}
.imgLink {
font-size: 0;
}
@ -720,12 +701,19 @@ body::-webkit-scrollbar {
.boardCard .name,
.boardCard .notes {
max-width: initial !important;
padding-right: 15px !important;
/* padding-right: 15px !important; */
}
.boardCard > .notes {
padding-left: 24px !important;
}
.boardCard > .name {
padding-left: calc(var(--name-left-overhang) + 24px) !important;
}
.boardCard > .name > .bullet {
left: auto !important;
right: 0 !important;
left: calc(var(--name-left-overhang) - 12px) !important;
top: 7px !important;
}
.boardColumn > .children {
@ -801,3 +789,5 @@ body::-webkit-scrollbar {
.bullet.bullet::before {
background: none !important;
}

Loading…
Cancel
Save