aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 22:23:05 +0800
committercrupest <crupest@outlook.com>2021-06-15 22:23:05 +0800
commit230793fbea7140ca8e5466dafeee4eb874ac6f14 (patch)
tree3b05894af34f4bdf24d1c6bc15da696557c3f513 /FrontEnd/src
parent341174142c0cf25e787f3fb6169c6025d68ac2ce (diff)
downloadtimeline-230793fbea7140ca8e5466dafeee4eb874ac6f14.tar.gz
timeline-230793fbea7140ca8e5466dafeee4eb874ac6f14.tar.bz2
timeline-230793fbea7140ca8e5466dafeee4eb874ac6f14.zip
...
Diffstat (limited to 'FrontEnd/src')
-rw-r--r--FrontEnd/src/views/timeline-common/index.css5
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;