mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
Merge branch 'spacy.io' into develop [ci skip]
This commit is contained in:
parent
b449be0f04
commit
2579ecbb63
|
@ -11,11 +11,11 @@ export default function HTML(props) {
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||||
/>
|
/>
|
||||||
{props.headComponents}
|
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"
|
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"
|
||||||
/>
|
/>
|
||||||
|
{props.headComponents}
|
||||||
</head>
|
</head>
|
||||||
<body {...props.bodyAttributes}>
|
<body {...props.bodyAttributes}>
|
||||||
{props.preBodyComponents}
|
{props.preBodyComponents}
|
||||||
|
|
|
@ -358,6 +358,9 @@ a:focus
|
||||||
background: var(--color-front)
|
background: var(--color-front)
|
||||||
color: var(--color-subtle)
|
color: var(--color-subtle)
|
||||||
|
|
||||||
|
.CodeMirror-line
|
||||||
|
padding: 0
|
||||||
|
|
||||||
.CodeMirror-selected
|
.CodeMirror-selected
|
||||||
background: var(--color-theme)
|
background: var(--color-theme)
|
||||||
color: var(--color-back)
|
color: var(--color-back)
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
|
|
||||||
@include breakpoint(max, xs)
|
@include breakpoint(max, xs)
|
||||||
\:global(.algolia-autocomplete .ds-dropdown-menu)
|
\:global(.algolia-autocomplete .ds-dropdown-menu)
|
||||||
max-width: 90vw
|
max-width: 90vw !important
|
||||||
min-width: 90vw
|
min-width: 90vw !important
|
||||||
|
|
||||||
\:global(.algolia-autocomplete .algolia-docsearch-suggestion--category-header)
|
\:global(.algolia-autocomplete .algolia-docsearch-suggestion--category-header)
|
||||||
display: block
|
display: block
|
||||||
|
|
Loading…
Reference in New Issue
Block a user