diff --git a/src/web/alerts/www/src/alerts/grenadeExplosion.ts b/src/web/alerts/www/src/alerts/grenadeExplosion.ts index a0ce205..6df328b 100644 --- a/src/web/alerts/www/src/alerts/grenadeExplosion.ts +++ b/src/web/alerts/www/src/alerts/grenadeExplosion.ts @@ -1,7 +1,7 @@ import { grenadeExplosionAlert } from "web/alerts/types"; import { AlertRunner } from "./index"; -const duration = 500; +const duration = 1000; export default async function execute(alert: grenadeExplosionAlert): Promise { const audio = new Audio("/alerts/public/explosion2.ogg"); @@ -23,6 +23,7 @@ export default async function execute(alert: grenadeExplosionAlert): Promise `; diff --git a/src/web/alerts/www/src/alerts/userBlast.ts b/src/web/alerts/www/src/alerts/userBlast.ts index a3cbda9..8c67ac9 100644 --- a/src/web/alerts/www/src/alerts/userBlast.ts +++ b/src/web/alerts/www/src/alerts/userBlast.ts @@ -1,7 +1,7 @@ import { userBlastAlert } from "web/alerts/types"; import { AlertRunner } from "./index"; -const duration = 500; +const duration = 1000; export default async function execute(alert: userBlastAlert): Promise { const audio = new Audio("/alerts/public/explosion1.ogg"); @@ -23,6 +23,8 @@ export default async function execute(alert: userBlastAlert): Promise diff --git a/src/web/alerts/www/src/alerts/userExecution.ts b/src/web/alerts/www/src/alerts/userExecution.ts index cc12859..6ff6691 100644 --- a/src/web/alerts/www/src/alerts/userExecution.ts +++ b/src/web/alerts/www/src/alerts/userExecution.ts @@ -7,7 +7,7 @@ export default async function execute(alert: userExecutionAlert): Promise + ${alert.user} @@ -21,6 +21,10 @@ export default async function execute(alert: userExecutionAlert): Promise diff --git a/src/web/chatWidget/www/src/style.css b/src/web/chatWidget/www/src/style.css index 2ca85fd..4d52a2c 100644 --- a/src/web/chatWidget/www/src/style.css +++ b/src/web/chatWidget/www/src/style.css @@ -32,8 +32,7 @@ body { } .replyMessage { - color: grey; - font-size: 2px; + display: none; } padding: 2px;