Further Apply config visibility fixes. Fixed tag input being too small.

This commit is contained in:
0xCA 2023-11-06 02:55:07 +05:00
parent 2027b3fa5d
commit 3a789bf067
2 changed files with 8 additions and 4 deletions

View file

@ -377,10 +377,10 @@
$(document).ready(function () {
addGlobalStyle(`
.toast-top-right-fix {
top: 67px;
right: 12px;
}
.toast-top-right-fix {
top: 67px;
right: 12px;
}
`, 'toastrToastStyleFix')
toastr.options.closeDuration = 100;
@ -493,6 +493,7 @@
if (window.location.pathname === "{{.basePath}}/") {
populateClient(resp.id);
}
updateApplyConfigVisibility()
},
error: function(jqXHR, exception) {
const responseJson = jQuery.parseJSON(jqXHR.responseText);