Skip to content

Commit 1ef623a

Browse files
committed
chore: Tweaked size and margins of the numbered marker BBC has added to the Segment Header, so that it visually seperates itself from the rest of the header string, and also aligns better.
1 parent cb59dd9 commit 1ef623a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

packages/webui/src/client/styles/rundownView.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ svg.icon {
510510

511511
h2 {
512512
margin: 0;
513-
padding: 0.3em;
514-
line-height: 1.2em;
513+
padding: 0.2em;
514+
line-height: 1.1em;
515515
//letter-spacing: 0px;
516516
font-weight: 400;
517517
hyphens: auto;

packages/webui/src/client/ui/SegmentTimeline/SegmentTimeline.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ $timeline-layer-height: 1em;
1919
}
2020
.segment-timeline__title__label.identifier::before {
2121
content: attr(data-identifier);
22+
border-radius: 3px;
2223
background-color: #095709;
23-
margin-right: 10px;
24-
padding: 3px;
24+
margin-right: 4px;
25+
padding: 0px 3px 0px 2px;
2526
white-space: nowrap;
26-
border-radius: 3px;
27+
font-size: 0.9em;
28+
font-weight: 300;
29+
vertical-align: text-bottom;
2730
}
2831
.segment-timeline__title__user-edit-states {
2932
position: absolute;

0 commit comments

Comments
 (0)