From aef14be13c3bd9e93eeea598dbfbf707ba98d448 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 14 Sep 2023 23:47:16 +0800 Subject: ... --- FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css') diff --git a/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css b/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css index 5e93d9f2..6efe93e9 100644 --- a/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css +++ b/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css @@ -10,7 +10,7 @@ padding-top: 60px; } - .timeline-post-create-card{ + .timeline-post-create-card { margin-right: 0; } } @@ -23,11 +23,13 @@ flex-grow: 1; } - - .timeline-post-create-right-area { display: flex; flex-direction: column; align-items: center; margin-left: 1em; } + +.timeline-post-create-send { + margin-top: auto; +} -- cgit v1.2.3