Transcript CSS tweaks

* Indents media/transcript if the thought is highlighted
* Increases the line-height on transcripts on 1.5
This commit is contained in:
Matthias Portzel 2022-03-27 21:51:49 -04:00
parent dbe6ee78c7
commit 3c05647689
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ body {
margin: 20px 0;
}
.thought.highlighted .main, .thought.highlighted .extended-text {
.thought.highlighted .main, .thought.highlighted .extended {
margin-left: 25px;
}
@ -187,6 +187,7 @@ h1 {
font-family: inherit;
overflow-wrap: break-word;
padding-left: 5px;
line-height: 1.5;
}
.transcript, .transcript-button {
font-size: 14px;