[deploy] Quick fix for podcast liquid tag in comments (#8025)

This commit is contained in:
Ben Halpern 2020-05-21 21:52:13 -04:00 committed by GitHub
parent 1aaf91c37c
commit 6a2b6aa914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -164,6 +164,7 @@
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
height: 130px;
background: $black;
margin: auto;
@media screen and (min-width: 830px) {
height: inherit;
@ -178,6 +179,7 @@
bottom: 0;
left: 0;
right: 0;
margin: auto;
@media screen and (min-width: 830px) {
height: 75px;

View file

@ -7,7 +7,7 @@
<a href="/<%= podcast.slug %>/<%= episode.slug %>">
<h1 class="podcastliquidtag__info__episodetitle"><%= episode.title %></h1>
</a>
<a href="/<%= podcast.slug %>">
<a href="/<%= podcast.slug %>" style="display:block">
<h2 class="podcastliquidtag__info__podcasttitle">
<%= podcast.title %> <button class="cta follow-action-button" data-info='{"id":<%= podcast.id %>,"className":"<%= podcast.class.name %>"}'>&nbsp;</button>