Skip to content

Commit

Permalink
sync: Updates from docusaurus-template
Browse files Browse the repository at this point in the history
  • Loading branch information
writedocs-integration committed Dec 30, 2024
1 parent 10255d8 commit 2a109e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/pagination.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: var(--pagination-display);
flex-direction: column;
flex-shrink: 0;
border-radius: var(--border-radius-small);
border-radius: var(--border-radius-medium);
border: var(--border-thin) var(--pagination-border-color);
background: var(--pagination-background-color);
transition: all 0.3s ease;
Expand Down
2 changes: 2 additions & 0 deletions src/theme/Navbar/Search/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ See https://github.com/facebook/docusaurus/pull/9385
.navbarSearchContainer {
padding: var(--ifm-navbar-item-padding-vertical)
var(--ifm-navbar-item-padding-horizontal);
height: fit-content;
align-self: center;
}
}
2 changes: 1 addition & 1 deletion src/theme/Watermark/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
background-position: center;
background-repeat: no-repeat;
background-size: contain;
margin: 30px 12px 0 14px;
margin: 30px 12px 0 0;
}

@media (max-width: 996px) {
Expand Down

0 comments on commit 2a109e9

Please sign in to comment.