Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/pages/podcasts/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,8 @@ html[data-theme="light"] {

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

.no-results-icon {
font-size: 64px;
margin-bottom: 24px;
opacity: 0.6;
margin: 0; /* removes default browser margin */
}

.no-results h3 {
font-size: 24px;
font-weight: 700;
color: var(--podcast-text-primary);
margin-bottom: 12px;
}

.no-results p {
Expand Down
Loading