Update TGBeta.ps1
This commit is contained in:
20
TGBeta.ps1
20
TGBeta.ps1
@@ -483,18 +483,20 @@ function GetHtmlContent {
|
|||||||
}
|
}
|
||||||
.columns-container {
|
.columns-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between; /* Space columns evenly */
|
justify-content: center; /* Center the columns */
|
||||||
gap: 5px; /* Add spacing between the two columns */
|
gap: 5px; /* Reduce the gap to minimal space */
|
||||||
align-items: flex-start; /* Align columns to the top */
|
align-items: flex-start; /* Align the columns at the top */
|
||||||
|
padding: 0; /* Remove extra padding around the container */
|
||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
border: 2px solid #444; /* Adjust border color */
|
width: 48%; /* Adjust width to make columns more compact */
|
||||||
border-radius: 8px; /* Optional rounded corners */
|
border: 2px solid #444;
|
||||||
padding: 15px; /* Add some padding */
|
border-radius: 8px;
|
||||||
|
padding: 10px; /* Slightly reduce padding inside the columns */
|
||||||
background-color: #1e1e1e; /* Match the background color */
|
background-color: #1e1e1e;
|
||||||
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Optional: Add shadow */
|
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
|
||||||
|
margin: 0; /* Remove extra margins */
|
||||||
}
|
}
|
||||||
|
|
||||||
.log {
|
.log {
|
||||||
|
|||||||
Reference in New Issue
Block a user