fix feed padding bottom

This commit is contained in:
Martti Malmi
2024-01-12 15:37:15 +02:00
parent 1cef1e0187
commit 2cadab20b4
3 changed files with 2 additions and 6 deletions

View File

@ -109,7 +109,7 @@ export function TimelineRenderer(props: TimelineRendererProps) {
};
return (
<div ref={containerRef}>
<div ref={containerRef} className="pb-[10vh]">
{props.latest.length > 0 && (
<>
<div className="card latest-notes" onClick={() => props.showLatest(false)} ref={ref}>