Fixed truncate on card-reveal for description, and removing player when closing the player from the frontpage

This commit is contained in:
Kasper Rynning-Tønnesen
2017-06-07 00:23:03 +02:00
parent 9df7c1802a
commit 26d558c725
4 changed files with 4 additions and 10 deletions

View File

@@ -154,7 +154,7 @@
<span class="chan-link-element waves-effect waves-orange btn-flat">Listen</span>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4"></span>
<span class="card-title grey-text text-darken-4 truncate"></span>
<p class="description_text"></p>
</div>
</a>
@@ -165,10 +165,3 @@
</div>
</main>
</div>
<div class="tap-target" data-activates="google-cast-button">
<div class="tap-target-content">
<h5>Chromecast</h5>
<p>This site supports chromecasting!</p>
</div>
</div>