diff --git a/multistream-alerts/script.js b/multistream-alerts/script.js index 1a5ad8e..f618883 100644 --- a/multistream-alerts/script.js +++ b/multistream-alerts/script.js @@ -36,7 +36,7 @@ const fontColor = urlParams.get("fontColor") || "#FFFFFF"; const useCustomBackground = GetBooleanParam("useCustomBackground", true); const background = urlParams.get("background") || "#000000"; const opacity = urlParams.get("opacity") || "0.85"; -const textAlignment = urlParams.get("textAlignment") || "right"; +const textAlignment = urlParams.get("textAlignment") || "left"; const alignment = urlParams.get("alignment") || ""; // General