From 28350fda517fddf6e44d08a80ba452cb29ad9b80 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Thu, 16 Oct 2025 20:02:36 -0400 Subject: [PATCH] 2nd attempt --- StackMonkey.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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");