feat: Add comprehensive documentation for Router Lists UI, including setup instructions, API endpoints, and frontend/backend structure; enhance navbar styles for better responsiveness
Publish Fast Tabler Docker image / build-and-push-fast (push) Has been cancelled

This commit is contained in:
2025-08-13 00:12:34 +07:00
parent 8982c9ae10
commit 5b80e5faa4
4 changed files with 134 additions and 7 deletions
+6 -5
View File
@@ -167,12 +167,13 @@
.navbar-nav .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
width: 100%;
margin-top: 0.25rem;
background-color: var(--tblr-bg-surface);
border: 1px solid var(--tblr-border-color);
box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.08);
}
.navbar-nav .dropdown-item { padding: 0.5rem 0.75rem; }
}
/* Custom animations */