Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9cf5f85 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Nov 8, 2024
1 parent ca636b5 commit de99672
Show file tree
Hide file tree
Showing 5 changed files with 6,876 additions and 6,331 deletions.
38 changes: 38 additions & 0 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,41 @@ body {
background-position: center;
}
}

.filters-container {
display: flex;
flex-direction: column;

& .filters-row {
display: flex;
flex-direction: row;

&>* {
flex-shrink: 0;
margin: 0.5rem;
}

&>.genres-picker {
flex-shrink: 1;
}
}
}

.vertical-picker {
display: flex;
flex-direction: column;

max-height: 5rem;
overflow-y: auto;


& label {
padding-right: 0.35rem;
padding-left: 0.35rem;
}

.genres-picker & {
flex-direction: row;
flex-wrap: wrap;
}
}
Loading

0 comments on commit de99672

Please sign in to comment.