sidebar changes

This commit is contained in:
Utkarsh Khedkar
2025-11-15 10:22:05 +05:30
parent 2703eff60f
commit ca28409689
3 changed files with 268 additions and 94 deletions

View File

@@ -17,7 +17,7 @@
/* ✨ Sidebar Glass + Animated Highlight Effect */
.sidebar {
width: 190px;
width: 200px;
height: 100vh;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(232, 240, 255, 0.95)) !important;
box-shadow: 2px 0 25px rgba(0, 0, 0, 0.08);
@@ -29,6 +29,10 @@
display: flex;
flex-direction: column;
transition: all 0.3s ease-in-out;
position: fixed;
top: 0;
left: 0;
}
.sidebar .logo {
@@ -126,6 +130,7 @@
margin-top: 12px;
font-weight: 500;
transition: 0.3s ease;
margin-bottom: 20px;
}
.sidebar form button:hover {
@@ -141,6 +146,7 @@
display: flex;
flex-direction: column;
width: calc(100vw - 190px);
margin-left: 190px;
}
header {