Merge branch 'master' into csp-oscar-theme

This commit is contained in:
Markus Heiser 2020-06-09 08:28:53 +00:00 committed by GitHub
commit d065b9e4fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 42 additions and 22 deletions

File diff suppressed because one or more lines are too long

View file

@ -741,3 +741,7 @@ color: @color-font-light;
transition: opacity 1s ease;
opacity: 0.8;
}
pre code {
white-space: pre-wrap;
}

View file

@ -1,4 +1,4 @@
/*! searx | 06-08-2019 | https://github.com/asciimoo/searx */
/*! searx | 04-06-2020 | */
/*
* searx, A privacy-respecting, hackable metasearch engine
*
@ -2171,6 +2171,9 @@ article.result-images[data-vim-selected]::before {
overflow: inherit;
}
}
pre code {
white-space: pre-wrap;
}
#search_submit {
left: 1px;
right: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
/*! searx | 06-08-2019 | https://github.com/asciimoo/searx */
/*! searx | 04-06-2020 | */
/*
* searx, A privacy-respecting, hackable metasearch engine
*
@ -2171,3 +2171,6 @@ article.result-images[data-vim-selected]::before {
overflow: inherit;
}
}
pre code {
white-space: pre-wrap;
}

File diff suppressed because one or more lines are too long

View file

@ -719,3 +719,7 @@ article.result-images[data-vim-selected]::before {
}
}
pre code {
white-space: pre-wrap;
}