Adding left border color, removing indent.
This commit is contained in:
parent
e013553ec1
commit
8ecca704a2
2 changed files with 454 additions and 431 deletions
881
ui/src/components/comment-node.tsx
vendored
881
ui/src/components/comment-node.tsx
vendored
File diff suppressed because it is too large
Load diff
4
ui/src/utils.ts
vendored
4
ui/src/utils.ts
vendored
|
@ -767,3 +767,7 @@ export function postSort(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function randomHsl() {
|
||||||
|
return `hsla(${Math.random() * 360}, 100%, 50%, 1)`;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue