mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Adding left border color, removing indent.
This commit is contained in:
parent
c999579c05
commit
eeef752a5c
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)`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user