Add some space between transcript button and related videos
This commit is contained in:
parent
20152a6316
commit
cf08f96de9
@ -208,6 +208,20 @@
|
|||||||
grid-column: 4;
|
grid-column: 4;
|
||||||
max-width: 640px;
|
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{
|
.playlist{
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
@ -304,18 +318,6 @@
|
|||||||
.format-codecs{
|
.format-codecs{
|
||||||
width: 120px;
|
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 %}
|
{% endblock style %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user