|
22 | 22 | background: var(--page-background-color) !important; |
23 | 23 | } |
24 | 24 |
|
25 | | -/* Fix navigation tree indentation issues for Classes and Files */ |
| 25 | +/* Clean navigation styling - Classes and Files tabs have been disabled */ |
26 | 26 | #nav-tree .item { |
27 | 27 | margin-left: 0 !important; |
28 | 28 | padding-left: 0 !important; |
29 | 29 | } |
30 | 30 |
|
31 | | -/* Ensure all navigation items at root level have same indentation */ |
| 31 | +/* Ensure consistent indentation for all navigation items */ |
32 | 32 | #nav-tree > .children > .item { |
33 | 33 | margin-left: 0 !important; |
34 | 34 | padding-left: 0 !important; |
35 | 35 | } |
36 | 36 |
|
37 | | -/* Target specific items that may be indented incorrectly */ |
38 | | -#nav-tree .item[id*="annotated"], |
39 | | -#nav-tree .item[id*="files"], |
40 | | -#nav-tree a[href="annotated.html"], |
41 | | -#nav-tree a[href="files.html"] { |
42 | | - margin-left: 0 !important; |
43 | | - padding-left: 0 !important; |
44 | | -} |
45 | | - |
46 | | -/* Reset any nested indentation for navigation links */ |
47 | | -#nav-tree ul { |
48 | | - margin-left: 0 !important; |
49 | | - padding-left: 0 !important; |
50 | | -} |
51 | | - |
52 | | -#nav-tree li { |
53 | | - margin-left: 0 !important; |
54 | | - padding-left: 0 !important; |
55 | | -} |
56 | | - |
57 | | -/* Ensure consistent indentation for all top-level nav items */ |
58 | | -#nav-tree .children .item { |
59 | | - margin-left: 0 !important; |
60 | | - text-indent: 0 !important; |
61 | | -} |
62 | | - |
63 | | -/* Override any theme-specific indentation */ |
64 | | -.doxygen-awesome-sidebar-only #nav-tree .item { |
65 | | - margin-left: 0 !important; |
66 | | - padding-left: 0 !important; |
67 | | -} |
68 | | - |
69 | | -/* Debug: Add visual indicators to identify navigation structure issues */ |
70 | | -#nav-tree .item:has(a[href="annotated.html"]), |
71 | | -#nav-tree .item:has(a[href="files.html"]) { |
72 | | - border-left: 2px solid red !important; |
73 | | - background-color: rgba(255, 0, 0, 0.1) !important; |
74 | | -} |
75 | | - |
76 | | -/* Alternative approach - directly target the text content */ |
77 | | -#nav-tree a[href="annotated.html"]:before { |
78 | | - content: "🔍 "; |
79 | | -} |
80 | | - |
81 | | -#nav-tree a[href="files.html"]:before { |
82 | | - content: "📁 "; |
83 | | -} |
84 | | - |
85 | 37 | /* Ensure consistent header styling */ |
86 | 38 | #projectname { |
87 | 39 | color: var(--page-foreground-color); |
|
0 commit comments