Skip to content

Commit a99694b

Browse files
committed
Merge branch 'feat/v2-search' of github.com:nuxtlabs/docus into feat/v2-search
2 parents eeee54c + 886f99f commit a99694b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/docs/DocsSearch.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ css({
354354
},
355355
356356
'.search-result': {
357-
padding: '{space.2}',
357+
padding: '{space.1} {space.2}',
358358
cursor: 'pointer',
359359
display: 'flex',
360360
alignItems: 'center',
@@ -375,7 +375,7 @@ css({
375375
gap: '{space.2}',
376376
svg: {
377377
flexShrink: '0',
378-
opacity: '0.8',
378+
opacity: '0.5',
379379
width: '{size.20}',
380380
height: '{size.20}',
381381
marginLeft: '{space.2}',

0 commit comments

Comments
 (0)