Spaces:
Runtime error
Runtime error
File size: 162 Bytes
c674d4d |
1 2 3 4 5 6 7 8 9 10 |
#upload-box {
max-height: 300px;
overflow-y: scroll;
border: 1px solid #ccc;
padding: 10px;
}
#convert-button, #download-zip {
width: 100%;
} |