From ba2b9cb3e9be92473d0cb34bc648f5fbb543cf90 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 25 Jan 2025 17:51:15 -0500 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TGBeta.ps1 b/TGBeta.ps1 index e1dc4cd..3363fb6 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -496,6 +496,12 @@ function GetHtmlContent { color: var(--white-color); } + #n8nPasswordContainer { + display: none; + margin-top: 20px; /* Adjust the value to set the desired spacing */ + } + + .button-group { margin-top: 20px; text-align: right;