Skip to content

Instantly share code, notes, and snippets.

@gate5th
Created September 12, 2018 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gate5th/f7e2a89a58b9cb21104aafe4a97e39c2 to your computer and use it in GitHub Desktop.
Save gate5th/f7e2a89a58b9cb21104aafe4a97e39c2 to your computer and use it in GitHub Desktop.
oldschoolshuffle
/* PlaylistChooser.css */
.PlaylistChooser {
height: 100%;
width:100%;
max-width:800px;
display: flex;
flex-direction: column;
align-content: space-around;
justify-content: space-around;
width: '100%';
max-width: 360;
position: 'relative'
}
ul {
max-height: 500px;
overflow: auto;
}
.playNowButton {
max-width: 75%;
align-self: center;
}
.optionsSelection: {
flex: 1 1 auto;
background-color: 'inherit';
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
},
.playlistViewer: {
height: 200px;
overflow: auto;
flex: 2 1 auto;
background-color: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment