qr-fileshare
Version:
Quickly transfer files to a different device via a web interface
23 lines (21 loc) • 445 B
CSS
#fileListGrid {
width: 90%;
margin-left: 5%;
transform: translateY(-10px);
}
.fileListPaper {
padding: 16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 90%;
margin-left: 5%;
transform: translateY(-10px);
}
#fileListTopBackground {
background: #03A9F4;
height: 3vh;
width: 100%;
position: absolute;
z-index: -1;
}