diff options
Diffstat (limited to 'FrontEnd/src')
-rw-r--r-- | FrontEnd/src/views/timeline-common/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |