mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 23:06:35 +00:00
fix(sidebar): improve admin URL routing, reduce font size/weight in sidebar nodes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user