Skip to content

Commit

Permalink
Merge pull request #15288 from ncounter/fix-superseded-timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ncounter committed Nov 29, 2023
2 parents 4726ef8 + 3eab42d commit ee8916b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/app/assets/stylesheets/webui/timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@
}

i.timeline-break, i.timeline-offset {
@extend .py-2;
@extend .py-1;
@extend .me-2;
@extend .fas;
@extend .fa-ellipsis-vertical;
margin-left: 0.66rem;
}
i.timeline-break {
background-color: var(--timeline-bg);
Expand All @@ -51,6 +50,7 @@
}
i.timeline-offset {
color: transparent;
@extend .ms-3;
}
}

Expand Down

0 comments on commit ee8916b

Please sign in to comment.