mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 02:08:23 +00:00
Add padding for video description
This commit is contained in:
parent
990bca5af5
commit
fb80d2f484
@ -103,7 +103,9 @@ var player = videojs('player', options, function() {
|
|||||||
<h3><%= video.info["author"] %></h3>
|
<h3><%= video.info["author"] %></h3>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<%= description %>
|
<div style="margin-right:1em;">
|
||||||
|
<%= description %>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pure-u-1 pure-u-md-1-5">
|
<div class="pure-u-1 pure-u-md-1-5">
|
||||||
|
Loading…
Reference in New Issue
Block a user