Skip to content

Commit fef7d9a

Browse files
author
Jani Giannoudis
committed
Fix navbar SVG icon size, badge alignment, workflow action versions
1 parent 0bcbd86 commit fef7d9a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
run: cd docfx && docfx docfx.json
4949

5050
- name: Upload Pages artifact
51-
uses: actions/upload-pages-artifact@v5
51+
uses: actions/upload-pages-artifact@v3
5252
with:
5353
path: docfx/_site
5454

5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v5
57+
uses: actions/deploy-pages@v4

docfx/templates/darkerfx/styles/main.css

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docfx/templates/darkerfx/styles/toggle-theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ document.addEventListener("DOMContentLoaded", function () {
2626
badge.style.cssText = [
2727
"position:absolute",
2828
"top:50%",
29-
"right:0",
29+
"right:15px",
3030
"transform:translateY(-50%)",
3131
"font-size:.7rem",
3232
"font-weight:700",

0 commit comments

Comments
 (0)