mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +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"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
/>
|
||||
{props.headComponents}
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"
|
||||
/>
|
||||
{props.headComponents}
|
||||
</head>
|
||||
<body {...props.bodyAttributes}>
|
||||
{props.preBodyComponents}
|
||||
|
|
|
@ -358,6 +358,9 @@ a:focus
|
|||
background: var(--color-front)
|
||||
color: var(--color-subtle)
|
||||
|
||||
.CodeMirror-line
|
||||
padding: 0
|
||||
|
||||
.CodeMirror-selected
|
||||
background: var(--color-theme)
|
||||
color: var(--color-back)
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
|
||||
@include breakpoint(max, xs)
|
||||
\:global(.algolia-autocomplete .ds-dropdown-menu)
|
||||
max-width: 90vw
|
||||
min-width: 90vw
|
||||
max-width: 90vw !important
|
||||
min-width: 90vw !important
|
||||
|
||||
\:global(.algolia-autocomplete .algolia-docsearch-suggestion--category-header)
|
||||
display: block
|
||||
|
|
Loading…
Reference in New Issue
Block a user