site: site style optimization (#43010)

This commit is contained in:
erhu 2023-06-14 17:54:11 +08:00 committed by GitHub
parent 4a6c09ca2a
commit f2344a269b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}