Skip to content

Commit

Permalink
Merge pull request #284 from razeware/WEB-7287
Browse files Browse the repository at this point in the history
WEB-7287: Transcript timestamp styling
  • Loading branch information
jellodiil authored Aug 16, 2024
2 parents 1a6412a + 65c6030 commit 2d2f978
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions app/server/views/styles/components/modular.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,23 +257,33 @@
.transcript-segment {

p, pre, ul, ol, h2, h3, h4 {
margin-left: 116px;
margin-left: 70px;
position: relative;
}

ol, ul {
.video-timestamp {
left: -90px;
}
}

blockquote {
margin-left: 116px;
margin-left: 70px;

p {
margin: unset;

.video-timestamp {
left: -94px;
}
}
}

.video-timestamp {
display: flex;
align-items: center;
position: absolute;
left: -116px;
left: -70px;
height: 24px;
padding: 0 8px;
font-size: 0.875rem;
Expand Down

0 comments on commit 2d2f978

Please sign in to comment.