linstrom/frontend-reactive/app/styles/timeline.css

12 lines
170 B
CSS
Raw Permalink Normal View History

2024-09-23 15:13:57 +00:00
.timeline {
max-width: 50%;
width: fit-content;
height: 100%;
scroll-behavior: smooth;
overflow-y: scroll;
}
.timeline-separator {
color: var(--text-400);
}