Hide matched from text on mobile
This commit is contained in:
parent
fcb690d7e5
commit
c3065699d5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<% for (var i=0;i < items.length;i++) { var track = items[i]; %>
|
||||
<% if (track.type != "video") { %><div class="col-md-3 col-xs-6"><% } else { %><div class="col-md-6 col-xs-12"><% } %>
|
||||
<div class="service <%= i==0 ? "source-service" : "" %>">
|
||||
<div class="matching-from"><%= i==0 ? "Found matches using this link" : "" %></div>
|
||||
<div class="matching-from hidden-xs"><%= i==0 ? "Found matches using this link" : "" %></div>
|
||||
<% if (track.type == "video") { %>
|
||||
<div class="js-video widescreen">
|
||||
<iframe width="100%" src="//www.youtube.com/embed/<%= track.id %>" frameborder="0" allowfullscreen></iframe>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue