Browse Source

lazygit

main
Gregory Leeman 2 weeks ago
parent
commit
3d181f5228
  1. 122
      workflowy-helper/style.css

122
workflowy-helper/style.css

@ -449,12 +449,18 @@ body::-webkit-scrollbar {
color: var(--yellow) !important;
}
.monolith-pill .content-wrapper {
background: none !important;
border: 1px solid var(--grey) !important;
}
.name .time > .content-wrapper {
color: var(--grey) !important;
}
.linked .name .time-today > .content-wrapper {
color: var(--yellow) !important;
border-color: var(--yellow) !important;
}
.linked.timed-today > .name > .content::after,
@ -476,11 +482,13 @@ body::-webkit-scrollbar {
.linked .name .time-tomorrow > .content-wrapper {
color: var(--violet) !important;
border-color: var(--violet) !important;
}
.linked .name .time-late > .content-wrapper,
.linked .name .time-yesterday > .content-wrapper {
color: var(--red) !important;
border-color: var(--red) !important;
}
.matching-node {
@ -496,7 +504,7 @@ body::-webkit-scrollbar {
.tagged-na > .name > .content,
.tagged-na > .notes > .content,
.tagged-na > .name time > span {
opacity: 0.5 !important;
/* opacity: 0.5 !important; */
/* text-decoration: none !important; */
text-decoration: line-through !important;
text-decoration-thickness: 2px !important;
@ -603,21 +611,19 @@ body::-webkit-scrollbar {
margin-left: 0;
}
.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: "👥";
.hotspot-admin.boardCard::after,
.hotspot-mind.boardCard::after,
.hotspot-health.boardCard::after,
.hotspot-art.boardCard::after,
.hotspot-side.boardCard::after,
.hotspot-job.boardCard::after,
.hotspot-church.boardCard::after,
.hotspot-work.boardCard::after,
.hotspot-social.boardCard::after {
position: absolute !important;
top: -5px !important;
right: -5px !important;
bottom: 10px !important;
right: 10px !important;
width: initial !important;
font-size: 12px !important;
left: initial !important;
}
@ -625,7 +631,8 @@ body::-webkit-scrollbar {
content: "✏️";
margin-left: 4px;
}
.hotspot-admin.boardCard > .name::after {
.hotspot-admin.boardCard::after {
content: "✏️";
}
@ -633,7 +640,7 @@ body::-webkit-scrollbar {
content: "🧠";
margin-left: 4px;
}
.hotspot-mind.boardCard > .name::after {
.hotspot-mind.boardCard::after {
content: "🧠";
}
@ -641,7 +648,7 @@ body::-webkit-scrollbar {
content: "💪";
margin-left: 4px;
}
.hotspot-health.boardCard > .name::after {
.hotspot-health.boardCard::after {
content: "💪";
}
@ -649,7 +656,7 @@ body::-webkit-scrollbar {
content: "🎨";
margin-left: 4px;
}
.hotspot-art.boardCard > .name::after {
.hotspot-art.boardCard::after {
content: "🎨";
}
@ -657,7 +664,7 @@ body::-webkit-scrollbar {
content: "🖼️";
margin-left: 4px;
}
.hotspot-side.boardCard > .name::after {
.hotspot-side.boardCard::after {
content: "🖼️";
}
@ -665,7 +672,7 @@ body::-webkit-scrollbar {
content: "👥";
margin-left: 4px;
}
.hotspot-social.boardCard > .name::after {
.hotspot-social.boardCard::after {
content: "👥";
}
@ -673,7 +680,7 @@ body::-webkit-scrollbar {
content: "💻";
margin-left: 4px;
}
.hotspot-job.boardCard > .name::after {
.hotspot-job.boardCard::after {
content: "💻";
}
@ -681,7 +688,7 @@ body::-webkit-scrollbar {
content: "☦️";
margin-left: 4px;
}
.hotspot-church.boardCard > .name::after {
.hotspot-church.boardCard::after {
content: "☦️";
}
@ -689,7 +696,7 @@ body::-webkit-scrollbar {
content: "💼";
margin-left: 4px;
}
.hotspot-work.boardCard > .name::after {
.hotspot-work.boardCard::after {
content: "💼";
}
@ -704,8 +711,19 @@ body::-webkit-scrollbar {
}
.boardColumn {
min-width: 420px !important;
.boardCard {
width: 640px !important;
}
.boardCard .name,
.boardCard .notes {
max-width: initial !important;
padding-right: 15px !important;
}
.boardCard > .name > .bullet {
left: auto !important;
right: 0 !important;
}
.boardColumn > .children {
@ -727,3 +745,57 @@ body::-webkit-scrollbar {
.boardCard.tagged-d {
border-color: var(--violet) !important;
}
.boardCard {
box-sizing: border-box !important;
padding-top: 3px !important;
}
.boardColumn > .name {
min-width: 640px !important;
width: 100% !important;
margin: 8px 32px 0px 32px;
padding: 0;
border-bottom: 1px solid var(--grey) !important;
}
.boardColumn > .name > .expand {
top: 7px !important;
left: -20px !important;
}
.boardColumn > .name > .bullet.bullet {
top: 7px !important;
right: -25px !important;
}
.boardColumn > .name .itemMenu.menu {
top: 5px !important;
right: -30px !important;
}
.boardColumn .boardCard .itemMenu {
right: -40px !important;
top: 0 !important;
left: auto !important;
}
.boardColumn > .name > .content {
padding: 0 0 4px 0 !important;
width: 100% !important;
}
.boardColumn > .children {
padding: 8px 0 0 0 !important;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
}
.boardColumn {
border-right: none !important;
}
.bullet.bullet::before {
background: none !important;
}

Loading…
Cancel
Save