git-viewer 10.0.0 → 11.0.0
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.
- package/dist/entry.bundled.js +3 -3
- package/package.json +1 -1
package/dist/entry.bundled.js
CHANGED
|
@@ -1715,10 +1715,10 @@ function Sidebar(handle) {
|
|
|
1715
1715
|
css: {
|
|
1716
1716
|
padding: "12px",
|
|
1717
1717
|
fontWeight: 600,
|
|
1718
|
-
fontSize: "11px",
|
|
1719
1718
|
textTransform: "uppercase",
|
|
1720
1719
|
letterSpacing: "0.5px",
|
|
1721
|
-
color: colors.textMuted
|
|
1720
|
+
color: colors.textMuted,
|
|
1721
|
+
borderBottom: `1px solid ${colors.border}`
|
|
1722
1722
|
},
|
|
1723
1723
|
children: "Git Tree Viewer"
|
|
1724
1724
|
}
|
|
@@ -1892,7 +1892,7 @@ function CommitList(handle) {
|
|
|
1892
1892
|
display: "flex",
|
|
1893
1893
|
alignItems: "center",
|
|
1894
1894
|
gap: "8px",
|
|
1895
|
-
padding: "
|
|
1895
|
+
padding: "7.5px 12px",
|
|
1896
1896
|
borderBottom: `1px solid ${colors.border}`,
|
|
1897
1897
|
background: colors.bgLight
|
|
1898
1898
|
},
|