Skip to content

Commit

Permalink
Fix explore grid
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 21, 2024
1 parent 45b65f3 commit 8758b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/themes/jellybeans.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ r4-app[color-scheme='dark'] a[label] {
}

/* Differentiate channels and track lists by using a grid */
r4-page-explore r4-page-main > r4-list {
r4-page-explore r4-page-main r4-list:has(r4-channel-card) {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
gap: var(--s);
Expand Down

0 comments on commit 8758b3e

Please sign in to comment.