mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Add padding for video description
This commit is contained in:
parent
990bca5af5
commit
fb80d2f484
1 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,9 @@ var player = videojs('player', options, function() {
|
|||
<h3><%= video.info["author"] %></h3>
|
||||
</a>
|
||||
</p>
|
||||
<%= description %>
|
||||
<div style="margin-right:1em;">
|
||||
<%= description %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pure-u-1 pure-u-md-1-5">
|
||||
|
|
Loading…
Reference in a new issue