From baa44c5476cebea262a273fabb9f8ad4b64988fb Mon Sep 17 00:00:00 2001 From: arzumify Date: Mon, 4 Mar 2024 12:21:18 +0000 Subject: [PATCH 1/2] 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 { From defcc55e2aca54cd78038ed6b30b6f34a665bc5a Mon Sep 17 00:00:00 2001 From: arzumify Date: Mon, 4 Mar 2024 13:12:35 +0000 Subject: [PATCH 2/2] Update hectabitstyles.css --- hectabitstyles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hectabitstyles.css b/hectabitstyles.css index 21a9913..0450b7a 100755 --- a/hectabitstyles.css +++ b/hectabitstyles.css @@ -117,7 +117,7 @@ p1 { padding: 7px 16px; text-align: center; background-color: var(--button-color); - transition: all 0.3s ease 0s; + transition: all 0.3s ease; margin: 2px; }