File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export default {
120
120
</svg>
121
121
Observable Framework
122
122
</span>` ,
123
- header : `<div style="display: flex; flex-grow: 1; justify-content: space-between; white-space: nowrap;">
123
+ header : `<div style="display: flex; flex-grow: 1; align-items: center; justify-content: space-between; white-space: nowrap;">
124
124
<div>
125
125
<a href="/" class="hide-if-sidebar" style="display: flex; align-items: center; gap: 0.25rem;">
126
126
<svg width="22" height="22" viewBox="0 0 21.92930030822754 22.68549919128418" fill="currentColor" style="align-self: center;">
@@ -132,13 +132,14 @@ export default {
132
132
</span>
133
133
</a>
134
134
</div>
135
- <span style="display: flex; align-items: center; gap: 1rem; font-size: 14px; position: relative; top: 0.7px;">
136
- <a target="_blank" title="${
135
+ <span style="display: flex; align-items: baseline; gap: 1rem;">
136
+ ​
137
+ <a style="font-size: 14px;" target="_blank" title="${
137
138
process . env . npm_package_version
138
139
} release notes" href="https://github.com/observablehq/framework/releases"><span>${
139
140
process . env . npm_package_version
140
141
} </span></a>
141
- <a target="_blank" data-decoration="★" title="${ stargazers_count . toLocaleString (
142
+ <a style="font-size: 14px;" target="_blank" data-decoration="★" title="${ stargazers_count . toLocaleString (
142
143
"en-US"
143
144
) } GitHub stars" href="https://github.com/observablehq/framework"><span>GitHub️ ${
144
145
stargazers_count ? formatPrefix ( ".1s" , 1000 ) ( stargazers_count ) : ""
You can’t perform that action at this time.
0 commit comments