Browse Source

lazygit

main
Gregory Leeman 2 weeks ago
parent
commit
87463f2703
  1. 88
      workflowy-helper/style.css

88
workflowy-helper/style.css

@ -281,21 +281,21 @@ body::-webkit-scrollbar {
}
.linked-xPROJECT.tagged-ARCHIVE .name > .content > .innerContentContainer::before {
color: var(--dark-grey) !important;
color: var(--grey) !important;
}
.linked-xPROJECT.tagged-ARCHIVE .name .innerContentContainer,
.linked-xPROJECT.tagged-ARCHIVE .notes .innerContentContainer {
color: var(--dark-grey) !important;
color: var(--grey) !important;
}
.linked-xPROJECT.tagged-ARCHIVE .name .content {
text-decoration-color: var(--dark-grey) !important;
opacity: 1 !important;
}
.linked-xPROJECT.tagged-ARCHIVE .name > .bullet {
color: var(--dark-grey) !important;
color: var(--grey) !important;
}
.linked-xPROJECT.tagged-ARCHIVE > .name > .content > .innerContentContainer {
border-bottom: 1px solid var(--dark-grey);
border-bottom: 1px solid var(--grey);
}
@ -556,19 +556,19 @@ body::-webkit-scrollbar {
.half-open.tagged-a > .name > .bullet,
.collapsed.tagged-a > .name > .bullet,
.tagged-a > .name > .bullet {
color: var(--red);
color: var(--red) !important;
}
.half-open.tagged-b > .name > .bullet,
.collapsed.tagged-b > .name > .bullet,
.tagged-b > .name > .bullet {
color: var(--blue);
color: var(--blue) !important;
}
.half-open.tagged-c > .name > .bullet,
.collapsed.tagged-c > .name > .bullet,
.tagged-c > .name > .bullet {
color: var(--green);
color: var(--green) !important;
}
.half-open.tagged-d > .name > .bullet,
@ -603,50 +603,95 @@ body::-webkit-scrollbar {
margin-left: 0;
}
.hotspot-admin > .name .innerContentContainer::after {
.hotspot-admin.boardCard > .name::after,
.hotspot-mind.boardCard > .name::after,
.hotspot-health.boardCard > .name::after,
.hotspot-art.boardCard > .name::after,
.hotspot-side.boardCard > .name::after,
.hotspot-job.boardCard > .name::after,
.hotspot-church.boardCard > .name::after,
.hotspot-work.boardCard > .name::after,
.hotspot-social.boardCard > .name::after {
content: "👥";
position: absolute !important;
top: -5px !important;
right: -5px !important;
width: initial !important;
font-size: 12px !important;
left: initial !important;
}
.hotspot-admin:not(.boardCard) > .name .innerContentContainer::after {
content: "✏️";
margin-left: 4px;
}
.hotspot-admin.boardCard > .name::after {
content: "✏️";
}
.hotspot-mind > .name .innerContentContainer::after {
.hotspot-mind:not(.boardCard) > .name .innerContentContainer::after {
content: "🧠";
margin-left: 4px;
}
.hotspot-mind.boardCard > .name::after {
content: "🧠";
}
.hotspot-health > .name .innerContentContainer::after {
.hotspot-health:not(.boardCard) > .name .innerContentContainer::after {
content: "💪";
margin-left: 4px;
}
.hotspot-health.boardCard > .name::after {
content: "💪";
}
.hotspot-art > .name .innerContentContainer::after {
.hotspot-art:not(.boardCard) > .name .innerContentContainer::after {
content: "🎨";
margin-left: 4px;
}
.hotspot-art.boardCard > .name::after {
content: "🎨";
}
.hotspot-side > .name .innerContentContainer::after {
.hotspot-side:not(.boardCard) > .name .innerContentContainer::after {
content: "🖼️";
margin-left: 4px;
}
.hotspot-side.boardCard > .name::after {
content: "🖼️";
}
.hotspot-social > .name .innerContentContainer::after {
.hotspot-social:not(.boardCard) > .name .innerContentContainer::after {
content: "👥";
margin-left: 4px;
}
.hotspot-social.boardCard > .name::after {
content: "👥";
}
.hotspot-job > .name .innerContentContainer::after {
.hotspot-job:not(.boardCard) > .name .innerContentContainer::after {
content: "💻";
margin-left: 4px;
}
.hotspot-job.boardCard > .name::after {
content: "💻";
}
.hotspot-church > .name .innerContentContainer::after {
.hotspot-church:not(.boardCard) > .name .innerContentContainer::after {
content: "☦️";
margin-left: 4px;
}
.hotspot-church.boardCard > .name::after {
content: "☦️";
}
.hotspot-work > .name .innerContentContainer::after {
.hotspot-work:not(.boardCard) > .name .innerContentContainer::after {
content: "💼";
margin-left: 4px;
}
.hotspot-work.boardCard > .name::after {
content: "💼";
}
.imgLink {
font-size: 0;
@ -659,3 +704,14 @@ body::-webkit-scrollbar {
}
.boardColumn {
min-width: 420px !important;
}
.boardColumn > .children {
padding-left: 0 !important;
}
.boardCard.tagged-a {
border-color: var(--red) !important;
}

Loading…
Cancel
Save