Skip to content

Commit 5edeafb

Browse files
committed
Carousel review feedback
1 parent ea178e2 commit 5edeafb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

_blog/2023-11-26-google podcasts migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Your subscriptions will automatically become available in AntennaPod.
4141

4242
Now you’re all set for your podcast listening journey to continue. Listen away and do tell everyone about AntennaPod, just like these users:
4343

44-
<div id="reviewCarouselGooglePodcast" class="carousel slide pd-2" data-ride="carousel">
45-
<ol class="carousel-indicators m-0 ml-5 mb-2">
44+
<div id="reviewCarouselGooglePodcast" class="carousel slide pd-2 mt-3 mb-3" data-ride="carousel">
45+
<ol class="carousel-indicators mt-0 mr-5 mb-2 ml-5 rounded-pill">
4646
<li data-target="#reviewCarouselGooglePodcast" data-slide-to="0" class="active"></li>
4747
<li data-target="#reviewCarouselGooglePodcast" data-slide-to="1"></li>
4848
<li data-target="#reviewCarouselGooglePodcast" data-slide-to="2"></li>
@@ -91,7 +91,7 @@ Now you’re all set for your podcast listening journey to continue. Listen away
9191
%}
9292
</div>
9393
{% endif %}
94-
<div class="carousel-item {% if site.lang != 'nl' and site.lang != 'fr' %}active{% endif %}">
94+
<div class="carousel-item {% if site.lang != 'nl' and site.lang != 'fr' and site.lang != 'de' and site.lang != 'es' %}active{% endif %}">
9595
{% include review-card.html
9696
review-text="Great features, low power drain, no ads. Should have switched from Google Podcasts sooner!"
9797
rating=5

_includes/review-card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="card mt-2 mb-2 review-card">
1+
<div class="card mt-2 mb-2 review-card bg-transparent">
22
<div class="card-body m-2 ml-5 mr-5">
33
<blockquote class="blockquote m-0">
44
{{- include.review-text -}}

_sass/_custom.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,8 @@ i.member-img {
964964
#reviewCarouselGooglePodcast {
965965
.carousel-control-prev, .carousel-control-next {
966966
width: 7%;
967+
align-items: flex-end;
968+
padding: 0 0 0.9rem 0;
967969
}
968970
.carousel-control-prev-icon, .carousel-control-next-icon {
969971
background-color: $brand-dark;

0 commit comments

Comments
 (0)