diff --git a/TGBeta.ps1 b/TGBeta.ps1 index fb7343f..814d6a2 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -481,6 +481,13 @@ function GetHtmlContent { background-color: #dc3545; color: white; } + .columns-container { + display: flex; + justify-content: space-between; /* Space columns evenly */ + gap: 20px; /* Add spacing between the two columns */ + align-items: flex-start; /* Align columns to the top */ + } + .column { border: 2px solid #444; /* Adjust border color */ border-radius: 8px; /* Optional rounded corners */ @@ -525,64 +532,82 @@ function GetHtmlContent {