diff --git a/TGBeta.ps1 b/TGBeta.ps1 index 814d6a2..ed41b5f 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -484,7 +484,7 @@ function GetHtmlContent { .columns-container { display: flex; justify-content: space-between; /* Space columns evenly */ - gap: 20px; /* Add spacing between the two columns */ + gap: 5px; /* Add spacing between the two columns */ align-items: flex-start; /* Align columns to the top */ }