diff options
Diffstat (limited to 'FrontEnd/src/views/timeline-common/index.css')
-rw-r--r-- | FrontEnd/src/views/timeline-common/index.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/FrontEnd/src/views/timeline-common/index.css b/FrontEnd/src/views/timeline-common/index.css index e59983aa..297e6156 100644 --- a/FrontEnd/src/views/timeline-common/index.css +++ b/FrontEnd/src/views/timeline-common/index.css @@ -133,8 +133,8 @@ animation-name: timeline-line-node-loading; } -.timeline-item.current { - padding-bottom: 2.5em; +.timeline-item.timeline-post-edit { + padding-bottom: 0; } .timeline-top { @@ -157,6 +157,11 @@ opacity: 0; } +.timeline-post-edit { + position: sticky; + bottom: 0; +} + @media (max-width: 575.98px) { .timeline-item-card { padding-left: 3em; |