fix(sidebar): improve admin URL routing, reduce font size/weight in sidebar nodes

This commit is contained in:
Ramesh Mane
2026-03-04 14:42:34 +00:00
parent f3cd2f72b9
commit 18f7b7bf1b
4 changed files with 25 additions and 8 deletions

View File

@@ -418,7 +418,7 @@ const enabledOptions = computed(() => {
<div class="flex items-center py-0.5">
<div
v-e="['a:table:open']"
class="flex-none flex-1 table-context flex items-center gap-1 h-full nc-tree-item-inner nc-sidebar-node pr-0.75 mb-0.25 rounded-md h-7 w-full group cursor-pointer hover:bg-nc-bg-gray-medium"
class="flex-none flex-1 table-context flex items-center gap-1 h-full nc-tree-item-inner nc-sidebar-node pr-0.75 mb-0.25 rounded-md h-7 w-full group cursor-pointer hover:bg-nc-bg-gray-medium text-[13px]"
:class="{
'hover:bg-nc-bg-gray-medium': openedTableId !== table.id,
'pl-8 !xs:(pl-7)': sourceIndex !== 0,