Skip to content

Commit aff57fc

Browse files
authored
Fix minor site rendering issues (#2261)
1 parent 1839af8 commit aff57fc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

site/static/css/site.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ pre.language-shell button.copy-button:hover {
125125

126126
.github-widget {
127127
position: absolute;
128-
left: 50%;
128+
left: 47%;
129129
margin-top: 2.5em;
130130
padding-top: 8px;
131131
}
@@ -143,3 +143,7 @@ pre.language-shell button.copy-button:hover {
143143
z-index: -1;
144144
position: relative;
145145
}
146+
147+
.pagination-item a:hover {
148+
color: black;
149+
}

site/static/js/config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ window.$docsify = {
1818
auto2top: true,
1919
repo: "true",
2020
pagination: {
21-
crossChapter: true,
21+
previousText: 'PREV',
22+
nextText: 'NEXT',
23+
crossChapter: true
2224
},
2325
corner: {
2426
url: "https://github.com/GoogleContainerTools/kpt",

0 commit comments

Comments
 (0)