problem timeline: show event info

This commit is contained in:
Alexander Zobnin
2018-12-16 13:10:48 +03:00
parent 883bae85b1
commit 260564884c
2 changed files with 78 additions and 15 deletions

View File

@@ -340,17 +340,27 @@
.event-timeline {
display: flex;
position: relative;
margin: 1.6rem 0;
margin-bottom: 1.6rem;
padding-top: 0.4rem;
// margin-top: auto;
.timeline-info-container {
position: absolute;
top: 0;
left: 0;
transition: all 0.2s ease-out;
// border: 1px solid $text-color-muted;
// border-radius: 2px;
.event-timestamp {
font-weight: 500;
color: $text-color-muted;
}
}
svg.event-timeline-canvas {
height: 40px;
margin-top: 1.6rem;
g.event-timeline-group {
height: 40px;