diff --git a/jslib b/jslib index 3942868cf4..729ab4f20b 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 3942868cf488ed8c1983ffadab2c8900b8c78410 +Subproject commit 729ab4f20b81d7e465d7570c51cdb67d3cc49e6f diff --git a/package.json b/package.json index 86da9258cc..f2be96183b 100644 --- a/package.json +++ b/package.json @@ -96,6 +96,7 @@ "big-integer": "1.6.36", "browser-hrtime": "^1.1.8", "core-js": "2.6.2", + "date-input-polyfill": "^2.14.0", "duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git", "font-awesome": "4.7.0", "lunr": "2.3.3", diff --git a/src/popup/scss/misc.scss b/src/popup/scss/misc.scss index 5d2d666624..9212295394 100644 --- a/src/popup/scss/misc.scss +++ b/src/popup/scss/misc.scss @@ -315,3 +315,13 @@ app-vault-icon { input[type="password"]::-ms-reveal { display: none; } + +.flex { + display: flex; + + &.flex-grow { + > * { + flex: 1; + } + } +} diff --git a/src/popup/send/send-add-edit.component.html b/src/popup/send/send-add-edit.component.html index ea8e130a03..d0534b93eb 100644 --- a/src/popup/send/send-add-edit.component.html +++ b/src/popup/send/send-add-edit.component.html @@ -116,6 +116,20 @@
+ + + + +
+ + +
+
-
- -
-
- - -
+ + + + +
+ + +
+