mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Changed default for "textAlignment" variable
This commit is contained in:
@@ -36,7 +36,7 @@ const fontColor = urlParams.get("fontColor") || "#FFFFFF";
|
|||||||
const useCustomBackground = GetBooleanParam("useCustomBackground", true);
|
const useCustomBackground = GetBooleanParam("useCustomBackground", true);
|
||||||
const background = urlParams.get("background") || "#000000";
|
const background = urlParams.get("background") || "#000000";
|
||||||
const opacity = urlParams.get("opacity") || "0.85";
|
const opacity = urlParams.get("opacity") || "0.85";
|
||||||
const textAlignment = urlParams.get("textAlignment") || "right";
|
const textAlignment = urlParams.get("textAlignment") || "left";
|
||||||
const alignment = urlParams.get("alignment") || "";
|
const alignment = urlParams.get("alignment") || "";
|
||||||
|
|
||||||
// General
|
// General
|
||||||
|
|||||||
Reference in New Issue
Block a user