From 2257e9f7a5795bed1732f7e0cdbae635d35a5708 Mon Sep 17 00:00:00 2001 From: Samrat Biswas Date: Wed, 17 Dec 2025 18:06:22 +0600 Subject: [PATCH] fix(ui): align sidebar close button and set pointer cursor --- src/app/app.component.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/app/app.component.css b/src/app/app.component.css index cda929a0..067f1349 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -7,9 +7,11 @@ flex-direction: column; align-items: center; } + .tag-title { font-size: 0.9em; } + .tag-subtitle { font-size: 0.7em; } @@ -29,15 +31,17 @@ .sidenav-menu { padding: 20px; + padding-top: 45px; } .menu-close { position: absolute; right: 0; - top: 2px; + top: 16px; background: transparent; border: 0; - color: #ddd; + color: #4caf50; + cursor: pointer; } .github-fork-ribbon:before { @@ -45,8 +49,8 @@ } @media only screen and (max-width: 750px) { - .github-fork-ribbon { - display: none; - } - -} + .github-fork-ribbon { + display: none; + } + +} \ No newline at end of file