fix: remove extra spacing
This commit is contained in:
parent
644bd57094
commit
1f3e048f10
@ -114,7 +114,7 @@ export function TimelineRenderer(props: TimelineRendererProps) {
|
||||
};
|
||||
|
||||
return (
|
||||
<div ref={containerRef} className="pb-[10vh]">
|
||||
<div ref={containerRef}>
|
||||
{props.latest.length > 0 && (
|
||||
<>
|
||||
<div className="card latest-notes" onClick={() => props.showLatest(false)} ref={ref}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user