Skip to content

Commit a1d657a

Browse files
authored
Merge pull request #1080 from kanishka-commits/ui/direction
[FIX]: #1073 Podcast Page “No Podcasts Found” and Suggestion Text Displayed on Single Line
2 parents a06cde2 + 0682199 commit a1d657a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/podcasts/index.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,8 @@ html[data-theme="light"] {
793793

794794
/* No Results */
795795
.no-results {
796+
display: flex;
797+
flex-direction: column;
796798
text-align: center;
797799
padding: 80px 20px;
798800
max-width: 400px;
@@ -801,15 +803,14 @@ html[data-theme="light"] {
801803

802804
.no-results-icon {
803805
font-size: 64px;
804-
margin-bottom: 24px;
805806
opacity: 0.6;
807+
margin: 0; /* removes default browser margin */
806808
}
807809

808810
.no-results h3 {
809811
font-size: 24px;
810812
font-weight: 700;
811813
color: var(--podcast-text-primary);
812-
margin-bottom: 12px;
813814
}
814815

815816
.no-results p {

0 commit comments

Comments
 (0)