|
|
@ -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; |
|
|
|
} |
|
|
|
|
|
|
|