Converted input on the home page to textarea, maintaining same style but allowing an arbitrary number of urls to be entered

This commit is contained in:
Isaac Abadi
2021-09-28 21:36:36 -06:00
parent 69767a82a9
commit c5f7cd1874
4 changed files with 49 additions and 18 deletions

View File

@@ -151,4 +151,13 @@ mat-form-field.mat-form-field {
.download-progress-bar {
width: 125px;
}
}
.url-input {
padding-right: 25px;
overflow-y: hidden;
}
.url-input::-webkit-scrollbar {
display: none;
}