Skip to content

Commit

Permalink
compact mod timeline UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 29, 2024
1 parent c8c8cd7 commit 3dab318
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ui/mod/css/_mod-timeline.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.mod-timeline {
@extend %flex-column, %box-neat;
gap: 1em;
gap: 0.6em;
background: $c-bg-zebra;
padding: 1em 1em 1em 2em;
max-height: 70vh;
Expand All @@ -11,16 +11,17 @@
@extend %flex-center-nowrap;
gap: 1em;
h3 {
white-space: nowrap;
flex: 0 0 11ch;
font-size: 1.2em;
font-size: 1.1em;
text-transform: capitalize;
}
border-bottom: $border;
padding-bottom: 1em;
padding-bottom: 0.6em;
}
.mod-timeline__period__events {
@extend %flex-column;
gap: 0.3em;
gap: 0.2em;
flex: 1 1 auto;
}
.mod-timeline__event {
Expand Down

0 comments on commit 3dab318

Please sign in to comment.