From e4aeb9d53faf8c152790866c2095d022e0139494 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sat, 30 Nov 2024 05:03:52 -0500 Subject: [PATCH] optimize screen --- index.html | 4 +--- libs/rdp.js | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 3 deletions(-) create mode 100644 libs/rdp.js diff --git a/index.html b/index.html index 5871dc9..4bc00c5 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,6 @@ /* Leave space for the sidebar */ flex: 1; /* Allow the content to grow */ - padding: 30px; overflow-y: auto; /* Allow scrolling if content overflows */ position: relative; @@ -239,7 +238,7 @@ /* Ensure it uses all available space */ width: 100%; /* Take up the full width of the content area */ - padding: 0; + margin-top: 30px; /* Remove extra padding */ overflow-y: auto; /* Allow vertical scrolling if needed */ @@ -352,7 +351,6 @@