diff options
| author | crupest <crupest@outlook.com> | 2021-06-15 22:23:05 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-06-15 22:23:05 +0800 |
| commit | 230793fbea7140ca8e5466dafeee4eb874ac6f14 (patch) | |
| tree | 3b05894af34f4bdf24d1c6bc15da696557c3f513 /FrontEnd/src | |
| parent | 341174142c0cf25e787f3fb6169c6025d68ac2ce (diff) | |
| download | timeline-230793fbea7140ca8e5466dafeee4eb874ac6f14.tar.gz timeline-230793fbea7140ca8e5466dafeee4eb874ac6f14.tar.bz2 timeline-230793fbea7140ca8e5466dafeee4eb874ac6f14.zip | |
...
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; |
