drop.chapril.org-firefoxsend/app/templates/fileList/fileList.css

22 lines
401 B
CSS
Raw Normal View History

.fileList {
2018-07-31 20:09:18 +02:00
position: absolute;
bottom: 0;
list-style-type: none;
margin: 0;
padding: 3px;
font-family: 'Segoe UI', 'SF Pro Text', sans-serif;
2018-07-31 20:09:18 +02:00
width: 262px;
max-height: 80%;
overflow-y: scroll;
overflow-x: hidden;
}
@media (max-device-width: 750px), (max-width: 750px) {
.fileList {
position: static;
width: 400px;
2018-08-03 21:24:41 +02:00
max-height: 160px;
2018-07-31 20:09:18 +02:00
margin: 6px 0 0 -3px;
}
}