From cf08f96de9d5470a72b97ee169641e25cfabc0e6 Mon Sep 17 00:00:00 2001
From: James Taylor <user234683@users.noreply.github.com>
Date: Fri, 25 Sep 2020 09:48:29 -0700
Subject: Add some space between transcript button and related videos

---
 youtube/templates/watch.html | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

(limited to 'youtube/templates/watch.html')

diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index fc4aaf9..8c67cfc 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -208,6 +208,20 @@
             grid-column: 4;
             max-width: 640px;
         }
+            #transcript-details{
+                margin-bottom: 10px;
+            }
+                table#transcript-table {
+                    border-collapse: collapse;
+                    width: 100%;
+                }
+                table#transcript-table td, th {
+                    border: 1px solid #dddddd;
+                }
+                div#transcript-div {
+                    background-color: var(--interface-color);
+                    padding: 5px;
+                }
             .playlist{
                 border-style: solid;
                 border-width: 2px;
@@ -304,18 +318,6 @@
                 .format-codecs{
                     width: 120px;
                 }
-
-    table#transcript-table {
-        border-collapse: collapse;
-        width: 100%;
-    }
-    table#transcript-table td, th {
-        border: 1px solid #dddddd;
-    }
-    div#transcript-div {
-        background-color: var(--interface-color);
-        padding: 5px;
-    }
 {% endblock style %}
 
 {% block main %}
-- 
cgit v1.2.3