From a5b321ae091b3c195b5a4b18de312efdfecfad9d Mon Sep 17 00:00:00 2001 From: Samrat Biswas Date: Wed, 10 Dec 2025 04:17:43 +0600 Subject: [PATCH] Refactor CSS styles for sidenav-menu and menu-close Adjusted padding and positioning for sidenav-menu and menu-close styles. --- src/app/app.component.css | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/src/app/app.component.css b/src/app/app.component.css index 64dc7b499..54a64022a 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -1,4 +1,3 @@ - .main-container { width: 100%; height: 100%; @@ -11,25 +10,16 @@ } .sidenav-menu { - padding: 20px; + padding: 10px; + padding-right: 30px; } .menu-close { position: absolute; right: 0; - top: 2px; + top: 15px; background: transparent; border: 0; - color: #ddd; -} - -.github-fork-ribbon:before { - background-color: #333; -} - -@media only screen and (max-width: 750px) { - .github-fork-ribbon { - display: none; - } - + cursor: pointer; + color: #4caf50; }