aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/watch.html26
1 files changed, 14 insertions, 12 deletions
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 %}