diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index bd280fb..8caa0d6 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -654,6 +654,8 @@ $style = @' --btn-success: rgba(40,167,69); --btn-success-disabled: rgba(108,117,125); --btn-danger: rgba(220,53,69); + /* Monkey logo*/ + --monkey-bottom: 80px; } body { @@ -695,7 +697,7 @@ $style = @' content: ""; position: absolute; left: 10px; - bottom: 10px; + bottom: var(--monkey-bottom); width: 160px; /* tweak size as you like */ height: 160px; background-image: url("https://git.svstools.com/syelle/Logo/raw/branch/main/SAMY.png");