"Refactor database and CSS for improved maintainability (feat)"
This commit is contained in:
Binary file not shown.
@@ -803,7 +803,7 @@
|
|||||||
|
|
||||||
/* Neue Navbar-Komponenten */
|
/* Neue Navbar-Komponenten */
|
||||||
.navbar-menu-new {
|
.navbar-menu-new {
|
||||||
@apply flex items-center justify-center space-x-3 md:space-x-2 lg:space-x-1 xl:space-x-2;
|
@apply flex items-center justify-center space-x-1 md:space-x-1 lg:space-x-1 xl:space-x-1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
@@ -815,7 +815,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav-item {
|
.nav-item {
|
||||||
@apply flex items-center space-x-2 px-3 py-2 rounded-lg text-sm font-medium transition-all duration-300;
|
@apply flex items-center space-x-2 px-2 py-2 rounded-lg text-sm font-medium transition-all duration-300;
|
||||||
color: rgba(15, 23, 42, 0.8);
|
color: rgba(15, 23, 42, 0.8);
|
||||||
background: rgba(255, 255, 255, 0.04);
|
background: rgba(255, 255, 255, 0.04);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
|
Reference in New Issue
Block a user