Image_Combine / style.css
PSNbst's picture
Create style.css
c674d4d verified
raw
history blame
162 Bytes
#upload-box {
max-height: 300px;
overflow-y: scroll;
border: 1px solid #ccc;
padding: 10px;
}
#convert-button, #download-zip {
width: 100%;
}