From 230793fbea7140ca8e5466dafeee4eb874ac6f14 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 15 Jun 2021 22:23:05 +0800 Subject: ... --- FrontEnd/src/views/timeline-common/index.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'FrontEnd/src') diff --git a/FrontEnd/src/views/timeline-common/index.css b/FrontEnd/src/views/timeline-common/index.css index 697aae46..c9391af9 100644 --- a/FrontEnd/src/views/timeline-common/index.css +++ b/FrontEnd/src/views/timeline-common/index.css @@ -152,6 +152,11 @@ opacity: 0; } +.timeline-post-edit .timeline-item-card { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + .timeline-post-edit { position: sticky; bottom: 0; -- cgit v1.2.3