added ctrl+s record form shortcut and updated user external auths panel with the new provider logos

This commit is contained in:
Gani Georgiev
2023-04-17 14:35:49 +03:00
parent 1b8776926e
commit 00b04db5cf
38 changed files with 326 additions and 283 deletions
@@ -16,7 +16,7 @@
updateTimeoutId = setTimeout(() => {
if (inputElem) {
inputElem.style.height = ""; // reset
inputElem.style.height = Math.min(inputElem.scrollHeight + 2, maxHeight) + "px";
inputElem.style.height = Math.min(inputElem.scrollHeight, maxHeight) + "px";
}
}, 0);
}