Skip to content

Commit

Permalink
feat: refactor search box style
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Mar 7, 2023
1 parent 7b22c05 commit 97a0d30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ function highlight(str, strHighlight) {
.search-command {
position: absolute;
top: 8px;
right: 10px;
right: 12px;
}
.suggestions {
Expand Down Expand Up @@ -441,7 +441,7 @@ function highlight(str, strHighlight) {
margin: 0 3px;
padding: 0 3px;
border-radius: 3px;
background: var(--vp-c-active-link-bg);
background: aquamarine;
}
border: 1px solid $borderColor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
margin-top: 2px;
border: 1px solid var(--vp-c-divider);
border-right: none;
border-radius: 4px 0 0 4px;
border-radius: 20px 0 0 20px;
padding-left: 6px;
padding-right: 1px;
height: 20px;
Expand All @@ -74,7 +74,7 @@ export default {
.search-command-char:nth-child(2) {
border-right: 1px solid var(--vp-c-divider);
border-left: none;
border-radius: 0 4px 4px 0;
border-radius: 0 20px 20px 0;
padding-left: 3px;
padding-right: 6px;
}
Expand Down

1 comment on commit 97a0d30

@vercel
Copy link

@vercel vercel bot commented on 97a0d30 Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vuepress-docs – ./

vuepress-docs-472590061.vercel.app
vuepress-docs-git-master-472590061.vercel.app
vuepress-docs.vercel.app

Please sign in to comment.