2018-02-13 19:32:59 +00:00
|
|
|
.fileList {
|
2018-07-31 18:09:18 +00:00
|
|
|
margin: 0;
|
2018-08-09 00:24:58 +00:00
|
|
|
padding: 0;
|
2018-07-31 18:09:18 +00:00
|
|
|
width: 262px;
|
2018-08-09 00:24:58 +00:00
|
|
|
min-height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
flex-grow: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
list-style-type: none;
|
|
|
|
overflow: scroll;
|
|
|
|
font-family: 'Segoe UI', 'SF Pro Text', sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* hack because justify-content:flex-end and overflow:scroll doesn't work together */
|
|
|
|
.fileList > :first-child {
|
|
|
|
margin-top: auto;
|
2018-07-31 18:09:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-device-width: 750px), (max-width: 750px) {
|
|
|
|
.fileList {
|
2018-08-09 00:24:58 +00:00
|
|
|
flex: none;
|
2018-07-31 18:09:18 +00:00
|
|
|
position: static;
|
2018-08-09 00:24:58 +00:00
|
|
|
width: 406px;
|
2018-08-03 19:24:41 +00:00
|
|
|
max-height: 160px;
|
2018-08-09 00:24:58 +00:00
|
|
|
margin: 0;
|
2018-02-13 19:32:59 +00:00
|
|
|
}
|
|
|
|
}
|