From 3c056476898cca31e5f8d2abaef98af5c465dbbe Mon Sep 17 00:00:00 2001 From: Matthias Portzel Date: Sun, 27 Mar 2022 21:51:49 -0400 Subject: [PATCH] Transcript CSS tweaks * Indents media/transcript if the thought is highlighted * Increases the line-height on transcripts on 1.5 --- main/static/main/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/static/main/main.css b/main/static/main/main.css index 77d4b31..39c73dd 100644 --- a/main/static/main/main.css +++ b/main/static/main/main.css @@ -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;