diff --git a/[esx]/esx_notify/nui/index.html b/[esx]/esx_notify/nui/index.html index 294e54f0..122e43ed 100644 --- a/[esx]/esx_notify/nui/index.html +++ b/[esx]/esx_notify/nui/index.html @@ -44,6 +44,7 @@ background-color:#212121; border-radius: 5px; animation: growDown 300ms ease-in-out; + padding-right: 10px; } .notifySuccess { flex: auto; @@ -60,6 +61,7 @@ background-color:#212121; border-radius: 5px; animation: growDown 300ms ease-in-out; + padding-right: 10px; } .notifyError { flex: auto; @@ -71,13 +73,13 @@ right: 0; top: 25px; min-width:15%; - width:fit-content; + width:fit-content ; height:50px; background-color:#212121; border-radius: 5px; animation: growDown 300ms ease-in-out; + padding-right: 10px; } - .icon { border: 0; }