added youtube search functionality in frontend

This commit is contained in:
Isaac Grynsztein
2020-02-13 06:43:49 -05:00
parent 35bdd1deeb
commit 81377a2b38
7 changed files with 231 additions and 4 deletions

View File

@@ -53,4 +53,16 @@ mat-form-field.mat-form-field {
.equal-sizes {
padding-right: 20px;
}
.search-card-title {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.input-clear-button {
position: absolute;
right: -10px;
top: 5px;
}