linstrom/frontend-reactive/app/styles/timeline.css
mStar c7af216ce3 frontend
Start work on formatter for content
2024-10-23 17:02:19 +02:00

11 lines
170 B
CSS

.timeline {
max-width: 50%;
width: fit-content;
height: 100%;
scroll-behavior: smooth;
overflow-y: scroll;
}
.timeline-separator {
color: var(--text-400);
}