aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline/Timeline.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-02 16:42:28 +0800
committercrupest <crupest@outlook.com>2022-05-02 16:42:28 +0800
commit90af6713f985c9d1ff878f88b9a527143c84f5bd (patch)
tree18c208b3c5076795d786033cb997aec721c601e0 /FrontEnd/src/views/timeline/Timeline.tsx
parentfb2c019bbb7f37c3685e0d9e815f655008b320b3 (diff)
downloadtimeline-90af6713f985c9d1ff878f88b9a527143c84f5bd.tar.gz
timeline-90af6713f985c9d1ff878f88b9a527143c84f5bd.tar.bz2
timeline-90af6713f985c9d1ff878f88b9a527143c84f5bd.zip
...
Diffstat (limited to 'FrontEnd/src/views/timeline/Timeline.tsx')
-rw-r--r--FrontEnd/src/views/timeline/Timeline.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline/Timeline.tsx b/FrontEnd/src/views/timeline/Timeline.tsx
index 8b438d62..b10f1c74 100644
--- a/FrontEnd/src/views/timeline/Timeline.tsx
+++ b/FrontEnd/src/views/timeline/Timeline.tsx
@@ -191,7 +191,7 @@ const Timeline: React.FC<TimelineProps> = (props) => {
)}
{posts && (
<div style={style} className={classnames("timeline", className)}>
- <TimelineEmptyItem height={50} />
+ <TimelineEmptyItem className="timeline-top" height={50} />
{timeline?.postable ? (
<TimelinePostEdit timeline={timeline} onPosted={updatePosts} />
) : user == null ? (