Skip to content

Commit

Permalink
Add margin to inputgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed Dec 29, 2023
1 parent f139b52 commit ab1f91b
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions backend/templates/songs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h6 class="d-inline" ><%:author%></h6>
</span>
</a>
<div id="id<%:number%>" class="accordion-collapse collapse" data-bs-parent="#datatable">
<div class="input-group mb-3">
<div class="input-group mb-3 mt-1">
<%if link%>
<a href="<%:link%>" class="btn btn-primary" role="button" aria-pressed="true">
<i class="icon-youtube-play"></i>
Expand All @@ -83,7 +83,7 @@ <h6 class="d-inline" ><%:author%></h6>
</div>
</script>
<div>
<div class="input-group mb-2 pe-sm-1">
<div class="input-group pe-sm-1">
<div class="input-group-prepend">
<div class="input-group-text">{% trans "Search" %}</div>
</div>
Expand Down Expand Up @@ -156,14 +156,7 @@ <h6 class="d-inline" ><%:author%></h6>
}
],
data: JSON.parse("{{ songs|escapejs }}"),
//pageLength: 50,
//scrollResize: true,
scrollX: false,
scrollY: "90vh",
scrollCollapse: true,
paging: true,
scroller: true,
lengthChange: true,
pageLength: 50,
{% datatables_language %}
});

Expand Down

0 comments on commit ab1f91b

Please sign in to comment.