@youtyan/code-viewer 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/web/style.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youtyan/code-viewer",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "Local browser-based code and git diff viewer",
5
5
  "type": "module",
6
6
  "bin": {
package/web/style.css CHANGED
@@ -2998,7 +2998,7 @@ body.gdp-file-detail-page.gdp-repo-blob-page .sb-head {
2998
2998
  justify-content: stretch;
2999
2999
  align-items: center;
3000
3000
  gap: 8px;
3001
- top: var(--global-header-h);
3001
+ top: 0;
3002
3002
  z-index: 5;
3003
3003
  }
3004
3004
  body.gdp-repo-page .sb-head > #sidebar-toggle,