Browse Source

lazygit

main
Gregory Leeman 1 week ago
parent
commit
eabc650bf0
  1. 61
      workflowy-helper/style.css

61
workflowy-helper/style.css

@ -166,12 +166,6 @@ body::-webkit-scrollbar {
height: 0 !important; height: 0 !important;
} }
.name > .content > .innerContentContainer {
/* overflow: hidden; */
/* overflow-x: scroll; */
/* white-space: nowrap; */
/* text-overflow: unset; */
}
.name > .content > .innerContentContainer::-webkit-scrollbar { .name > .content > .innerContentContainer::-webkit-scrollbar {
display: none; display: none;
} }
@ -223,51 +217,72 @@ body::-webkit-scrollbar {
.project .breadcrumbs > .menu { .project .breadcrumbs > .menu {
display: none; display: none;
} }
.project * .breadcrumbs > :nth-last-child(3) {
/* .project * .breadcrumbs > :nth-last-child(3) { */
.project * .breadcrumbs > :last-child {
font-size: 0; font-size: 0;
display: initial !important; display: initial !important;
opacity: 1 !important; opacity: 1 !important;
} }
.project:not(.boardCard) * .breadcrumbs > :nth-last-child(3)::after { .project:not(.boardCard) * .breadcrumbs > :last-child::after {
content: "→"; content: "→";
font-size: 16px; font-size: 16px;
} }
.project.hotspot-admin .breadcrumbs > :nth-last-child(3)::after { .project.boardCard.hotspot-admin .breadcrumbs > :last-child::after,
.project:not(.boardCard).hotspot-admin > .name > .content::after {
content: "✏️"; content: "✏️";
margin-left: 5px;
} }
.project.hotspot-mind .breadcrumbs > :nth-last-child(3)::after { .project.boardCard.hotspot-mind .breadcrumbs > :last-child::after,
.project:not(.boardCard).hotspot-mind > .name > .content::after {
content: "🧠"; content: "🧠";
margin-left: 5px;
} }
.project.hotspot-health .breadcrumbs > :nth-last-child(3)::after { .project.boardCard.hotspot-health .breadcrumbs > :last-child::after,
.project:not(.boardCard).hotspot-health > .name > .content::after {
content: "💪"; content: "💪";
margin-left: 5px;
} }
.project.hotspot-art .breadcrumbs > :nth-last-child(3)::after { .project.boardCard.hotspot-art .breadcrumbs > :last-child::after,
.project:not(.boardCard).hotspot-art > .name > .content::after {
content: "🎨"; content: "🎨";
margin-left: 5px;
} }
.project.hotspot-side .breadcrumbs > :nth-last-child(3)::after { .project.boardCard.hotspot-side .breadcrumbs > :last-child::after,
.project:not(.boardCard).hotspot-side > .name > .content::after {
content: "🖼️"; content: "🖼️";
margin-left: 5px;
} }
.project.hotspot-social .breadcrumbs > :nth-last-child(3)::after { .project.boardCard.hotspot-social .breadcrumbs > :last-child::after,
.project:not(.boardCard).hotspot-social > .name > .content::after {
content: "👥"; content: "👥";
margin-left: 5px;
} }
.project.hotspot-job .breadcrumbs > :nth-last-child(3)::after { .project.boardCard.hotspot-job .breadcrumbs > :last-child::after,
.project:not(.boardCard).hotspot-job > .name > .content::after {
content: "💻"; content: "💻";
margin-left: 5px;
} }
.project.hotspot-church .breadcrumbs > :nth-last-child(3)::after { .project.boardCard.hotspot-church .breadcrumbs > :last-child::after,
.project:not(.boardCard).hotspot-church > .name > .content::after {
content: "☦️"; content: "☦️";
margin-left: 5px;
} }
.project.hotspot-work .breadcrumbs > :nth-last-child(3)::after { .project.boardCard.hotspot-work .breadcrumbs > :last-child::after,
.project:not(.boardCard).hotspot-work > .name > .content::after {
content: "💼"; content: "💼";
margin-left: 5px;
} }
@ -519,19 +534,19 @@ body::-webkit-scrollbar {
border-color: var(--yellow) !important; border-color: var(--yellow) !important;
} }
.linked.timed-today > .name > .content::after, .linked.timed-today > .name > .content > .innerContentContainer::after,
.linked.tagged-DAILY > .name > .content::after, .linked.tagged-DAILY > .name > .content > .innerContentContainer::after,
.linked.tagged-HABIT > .name > .content::after { .linked.tagged-HABIT > .name > .content > .innerContentContainer::after {
content: "★"; content: "★";
color: var(--yellow); color: var(--yellow);
margin-left: 6px; margin-left: 3px;
/* margin-right: 4px; */ /* margin-right: 4px; */
} }
.linked.timed-tomorrow > .name > .content::after { .linked.timed-tomorrow > .name > .content > .innerContentContainer::after {
content: "☂︎"; content: "☂︎";
color: var(--violet); color: var(--violet);
margin-left: 6px; margin-left: 3px;
/* margin-right: 4px; */ /* margin-right: 4px; */
} }

Loading…
Cancel
Save