remove border radius from navigation

This commit is contained in:
smanylov
2025-12-15 10:34:20 +07:00
parent 7aacea387e
commit 3334059df7
-1
View File
@@ -2,7 +2,6 @@
width: 280px;
background: linear-gradient(180deg, #6366f1 0%, #8b5cf6 100%);
padding: 30px 0;
border-radius: 0 30px 30px 0;
position: fixed;
height: 100vh;
overflow-y: auto;