From baa44c5476cebea262a273fabb9f8ad4b64988fb Mon Sep 17 00:00:00 2001 From: arzumify Date: Mon, 4 Mar 2024 12:21:18 +0000 Subject: [PATCH] Update hectabitstyles.css --- hectabitstyles.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/hectabitstyles.css b/hectabitstyles.css index 7f9e4a6..21a9913 100755 --- a/hectabitstyles.css +++ b/hectabitstyles.css @@ -49,19 +49,22 @@ body { /* Sidebar styles */ .sidebar { + border-radius: 10px; transition: all 0.3s ease; background-color: var(--sidebar-color); color: white; padding: 20px; width: 250px; position: fixed; - top: 0; - left: 0; - height: 100%; + top: 5px; + left: 5px; + bottom: 5px; overflow-y: auto; } .closebar { + left: 2px; + top: 15px; background-color: #0000; overflow-y: hidden; position: fixed; @@ -123,6 +126,7 @@ p1 { } button { + border-radius: 5px; border: none; margin-top: 5px; padding: 10px; @@ -160,11 +164,11 @@ button:hover { } .closebar.expanded { - transform: translateX(-290px); + transform: translateX(-295px); } .sidebar.hidden { - transform: translateX(-290px); + transform: translateX(-295px); } .content.expanded + .sidebar.hidden {