mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-14 00:14:03 +00:00
Adding left border color, removing indent.
This commit is contained in:
parent
c999579c05
commit
eeef752a5c
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)`;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue