Remove extraneous space between desc and date

This commit is contained in:
syeopite 2023-08-21 22:53:30 -07:00
parent 074a8c208a
commit ccab5c2682
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -236,14 +236,12 @@ we're going to need to do it here in order to allow for translations.
<div id="description-box"> <!-- Description -->
<% if video.description.size < 200 || params.extend_desc %>
<div id="descriptionWrapper">
<%-= video.description_html %>
<div id="descriptionWrapper"><%-= video.description_html %>
<%= rendered "components/description_chapters_widget" %>
</div>
<% else %>
<input id="descexpansionbutton" type="checkbox"/>
<div id="descriptionWrapper">
<%-= video.description_html %>
<div id="descriptionWrapper"><%-= video.description_html %>
<%= rendered "components/description_chapters_widget" %>
</div>
<label for="descexpansionbutton">