Optimized nav corners

This commit is contained in:
2025-03-18 14:03:19 +01:00
parent 4aceb2ed62
commit 464d307ee8
3 changed files with 11 additions and 2 deletions

View File

@@ -108,4 +108,3 @@ main {
-10px 0 10px -10px rgba(0, 0, 0, 0.3); /* linker äußerer Schatten */
overflow: visible;
}

View File

@@ -17,4 +17,14 @@
/* Sicherstellen, dass der Übergang smooth ist */
.dropdown-menu {
transition: all 0.3s ease-in-out;
}
nav.navbar.menu-header {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
nav.navbar.menu-footer {
border-top-left-radius: 0;
border-top-right-radius: 0;
}