aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostList.css
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostList.css')
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostList.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostList.css b/FrontEnd/src/pages/timeline/TimelinePostList.css
new file mode 100644
index 00000000..bd575554
--- /dev/null
+++ b/FrontEnd/src/pages/timeline/TimelinePostList.css
@@ -0,0 +1,10 @@
+.timeline-post-timeline {
+ position: absolute;
+ left: 2.5em;
+ width: 1em;
+ top: 0;
+ bottom: 0;
+ background-color: var(--timeline-post-line-color);
+ box-shadow: var(--timeline-post-line-shadow);
+ z-index: -1;
+} \ No newline at end of file