aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/Timeline.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-15 17:29:33 +0800
committercrupest <crupest@outlook.com>2023-08-15 17:29:33 +0800
commitbac55126dc853662bfb9dcdb6ba9e1616c73e660 (patch)
tree62a8d20f78dc05c4881c1a9cc49cdf187ee3679d /FrontEnd/src/pages/timeline/Timeline.css
parent3a54aa6171ad14854e877e1b4f320f808ed61811 (diff)
downloadtimeline-bac55126dc853662bfb9dcdb6ba9e1616c73e660.tar.gz
timeline-bac55126dc853662bfb9dcdb6ba9e1616c73e660.tar.bz2
timeline-bac55126dc853662bfb9dcdb6ba9e1616c73e660.zip
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/Timeline.css')
-rw-r--r--FrontEnd/src/pages/timeline/Timeline.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/Timeline.css b/FrontEnd/src/pages/timeline/Timeline.css
index ba5f7b04..656374e9 100644
--- a/FrontEnd/src/pages/timeline/Timeline.css
+++ b/FrontEnd/src/pages/timeline/Timeline.css
@@ -1,5 +1,6 @@
-.timeline {
+.timeline-container {
--timeline-shadow-color: #00000080;
+ --timeline-card-shadow: 2px 1px 10px -2px var(--timeline-shadow-color);
--timeline-post-line-color: #eadd2c;
--timeline-post-line-shadow: 2px 1px 10px -1px var(--timeline-shadow-color);
--timeline-post-card-background-color: hsl(0, 0%, 100%);
@@ -18,6 +19,7 @@
z-index: 0;
position: relative;
width: 100%;
+ padding-top: 10px;
}
@keyframes timeline-line-node {