Update TGBeta.ps1

This commit is contained in:
2025-01-26 23:14:49 -05:00
parent c586dd8e12
commit ff2984c8fb

View File

@@ -413,6 +413,8 @@ function GetHtmlContent {
padding: 0;
background-color: var(--background-color);
color: var(--white-color);
height: 100%; /* Ensure the body fills the viewport */
overflow: hidden; /* Prevent scrollbars */
}
.logo-container {