mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-17 18:20:56 +03:00
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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user