File tree Expand file tree Collapse file tree 1 file changed +23
-10
lines changed
packages/doxdox-renderer-bootstrap/src/__snapshots__ Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,33 @@ exports[`bootstrap render 1`] = `
25
25
font - size : 3.5rem ;
26
26
}
27
27
28
+ .pkg-name a {
29
+ text - decoration : none ;
30
+ }
31
+
28
32
.pkg-description {
29
33
font - size : 1.5rem ;
30
34
font - weight : 200 ;
31
35
}
32
36
33
- .method-name {
37
+ nav .file-name {
38
+ color : #E54D89 ;
39
+ }
40
+
41
+ nav .method-name {
42
+ margin : 0.25rem 0 ;
43
+ }
44
+
45
+ main .method-name {
34
46
position : relative ;
35
47
}
36
48
37
- .method-scope {
49
+ main .method-scope {
38
50
font - size : 1.5rem ;
39
51
color : #999 ;
40
52
}
41
53
42
- .method-permalink {
54
+ main .method-permalink {
43
55
position : absolute ;
44
56
margin - left : - 1em ;
45
57
font - weight : normal ;
@@ -59,15 +71,16 @@ exports[`bootstrap render 1`] = `
59
71
60
72
<div class =\\"container\\">
61
73
<div class =\\"row\\">
62
- <div class =\\"p-5 col-md-3\\">
63
- <p><b>directory/index.js</b></p>
74
+ <nav class =\\"p-5 col-md-3\\">
75
+ <p><a href =\\"#directory/index.js\\" class =\\"file-name\\">< b>directory/index.js</b></a ></p>
64
76
<ul class =\\"list-unstyled ml-0\\">
65
- <li><a href =\\"#index-js-methodname\\" class =\\"\\">methodName</a></li>
77
+ <li class =\\"method-name\\" ><a href =\\"#index-js-methodname\\" class =\\"\\">methodName</a></li>
66
78
</ul>
67
- </div >
79
+ </nav >
68
80
69
- <div class =\\"p-5 col-md-9\\">
70
- <div class =\\"mb-5\\"><a name =\\"index-js-methodname\\" />
81
+ <main class =\\"p-5 col-md-9\\">
82
+ <a name =\\"directory/index.js\\" />
83
+ <div class =\\"mb-5\\"><a name =\\"index-js-methodname\\" />
71
84
72
85
<h2 class =\\"method-name\\">
73
86
<a href =\\"#index-js-methodname\\" class =\\"method-permalink\\" aria-label =\\"Permalink\\">#</a>
@@ -108,7 +121,7 @@ exports[`bootstrap render 1`] = `
108
121
109
122
</div>
110
123
111
- </div >
124
+ </main >
112
125
</div>
113
126
</div>
114
127
You can’t perform that action at this time.
0 commit comments