Skip to content

Commit 1dee6a5

Browse files
committed
feat: add background to timecode/duration
1 parent 41035c3 commit 1dee6a5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/webui/src/client/styles/shelf/dashboard.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,8 @@ $dashboard-button-height: 3.625em;
642642
text-align: right;
643643
vertical-align: middle;
644644

645-
margin: 2px 1px 0;
645+
padding: 0 1px;
646+
margin: 0 0 0;
646647
-webkit-text-stroke: 1px #000000;
647648
paint-order: stroke fill;
648649
// Fallback for non-stroke browsers
@@ -667,6 +668,7 @@ $dashboard-button-height: 3.625em;
667668
'YTUC' 712,
668669
'slnt' 0,
669670
'wdth' 25;
671+
background: rgba(0, 0, 0, 0.3);
670672
}
671673
}
672674

0 commit comments

Comments
 (0)