Skip to content

Commit

Permalink
Fix Album grid responsiveness on small screens.
Browse files Browse the repository at this point in the history
Potentially fixes #647
  • Loading branch information
deluan committed Jul 4, 2021
1 parent 69afb69 commit 5d9bea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/album/AlbumGridView.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const useStyles = makeStyles(
(theme) => ({
root: {
margin: '20px',
display: 'grid',
},
tileBar: {
transition: 'all 150ms ease-out',
Expand Down

0 comments on commit 5d9bea5

Please sign in to comment.