Browse Source

site: site style optimization (#43010)

pull/43012/head
erhu 1 year ago
committed by GitHub
parent
commit
f2344a269b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .dumi/theme/common/PrevAndNext.tsx

10
.dumi/theme/common/PrevAndNext.tsx

@ -37,7 +37,10 @@ const useStyle = createStyles(({ token }) => {
`,
prevNav: css`
text-align: start;
display: flex;
justify-content: flex-start;
align-items: center;
.footer-nav-icon-after {
display: none;
}
@ -57,7 +60,10 @@ const useStyle = createStyles(({ token }) => {
`,
nextNav: css`
text-align: end;
display: flex;
justify-content: flex-end;
align-items: center;
.footer-nav-icon-before {
display: none;
}

Loading…
Cancel
Save