[deploy] Quick fix for podcast liquid tag in comments (#8025)
This commit is contained in:
parent
1aaf91c37c
commit
6a2b6aa914
2 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 %>"}'> </button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue