From ecc2737a050a7bb7ef4068587e62ad9e9fd588d7 Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Sat, 9 May 2020 03:34:59 -0400 Subject: [PATCH] Pressing enter on URL input now triggers the download --- src/app/main/main.component.css | 4 ++-- src/app/main/main.component.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/main/main.component.css b/src/app/main/main.component.css index ab5cc8d..4ee7412 100644 --- a/src/app/main/main.component.css +++ b/src/app/main/main.component.css @@ -67,8 +67,8 @@ mat-form-field.mat-form-field { .input-clear-button { position: absolute; - right: -10px; - top: 5px; + right: 5px; + top: 22px; } .spinner-div { diff --git a/src/app/main/main.component.html b/src/app/main/main.component.html index f9ff90d..d5b69b0 100644 --- a/src/app/main/main.component.html +++ b/src/app/main/main.component.html @@ -11,12 +11,12 @@
- + Please enter a valid URL! - +