Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
shelbywilson committed Jul 28, 2024
1 parent 910669f commit 0bf1ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/css/index.03.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ input[type="text"], select {
display: flex;
justify-content: center;
gap: 0.25rem;
display: none;
}

@media screen and (max-width: 776px) {
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
})).then((values) => {
[scores, bbcDescriptions, guestFrequency, episodes, thumbnails, categoriesByEpisode, config] = values;
document.getElementById('loading').style.display = 'none';
document.querySelector('.buttons--bottom').style.display = 'flex';

document.getElementById('search').addEventListener('input', filter)
document.getElementById('scored-only').addEventListener('input', filter)
Expand Down

0 comments on commit 0bf1ebc

Please sign in to comment.