diff options
author | crupest <crupest@outlook.com> | 2021-06-15 21:34:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 21:34:09 +0800 |
commit | 0c0ef55d1a98d5559cf3ec8665130596d26b2160 (patch) | |
tree | e54a13dea9121bae059a1bc99e2fd63c379fb513 /FrontEnd/src/views/timeline-common/index.css | |
parent | 1552c0086c396aa89e0ad965a6cbd6c3ea70cac4 (diff) | |
download | timeline-0c0ef55d1a98d5559cf3ec8665130596d26b2160.tar.gz timeline-0c0ef55d1a98d5559cf3ec8665130596d26b2160.tar.bz2 timeline-0c0ef55d1a98d5559cf3ec8665130596d26b2160.zip |
...
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; |