2018-09-20 10:00:07 -04:00
|
|
|
body {
|
|
|
|
margin: 0;
|
2019-01-11 11:27:25 -05:00
|
|
|
font-family: Helvetica, sans-serif;
|
2018-09-20 10:00:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2019-09-11 13:06:14 -04:00
|
|
|
max-height: 30vh;
|
2018-09-20 10:00:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#globalContainer {
|
|
|
|
height: 100vh;
|
2019-09-11 13:06:14 -04:00
|
|
|
display: grid;
|
|
|
|
grid-template-rows: auto 1fr auto;
|
2018-09-20 10:00:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#titleContainer {
|
|
|
|
text-align: center;
|
2018-09-12 17:52:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigationContainer {
|
2019-02-04 10:06:58 -05:00
|
|
|
display: flex;
|
2018-09-12 17:52:38 -04:00
|
|
|
border-top: 2px solid #ccc;
|
|
|
|
border-bottom: 2px solid #ccc;
|
|
|
|
}
|
|
|
|
|
2019-02-05 11:23:41 -05:00
|
|
|
.list {
|
2019-02-04 10:06:58 -05:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2018-09-12 13:04:00 -04:00
|
|
|
}
|
2018-09-20 10:00:07 -04:00
|
|
|
|
|
|
|
#playerContainer {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#albumCover {
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#playerControls {
|
|
|
|
text-align: center;
|
2018-09-20 10:39:23 -04:00
|
|
|
padding-bottom: 0.5em;
|
2018-09-20 10:00:07 -04:00
|
|
|
}
|