forked from Ponysearch/Ponysearch
[fix] wrap long lines in infoboxes - fixes #1652
This commit is contained in:
parent
de1b08a941
commit
c6ca468df2
7 changed files with 19 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
@ -741,3 +741,7 @@ color: @color-font-light;
|
||||||
transition: opacity 1s ease;
|
transition: opacity 1s ease;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/*! searx | 06-08-2019 | https://github.com/asciimoo/searx */
|
/*! searx | 04-06-2020 | */
|
||||||
/*
|
/*
|
||||||
* searx, A privacy-respecting, hackable metasearch engine
|
* searx, A privacy-respecting, hackable metasearch engine
|
||||||
*
|
*
|
||||||
|
@ -2171,6 +2171,9 @@ article.result-images[data-vim-selected]::before {
|
||||||
overflow: inherit;
|
overflow: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
pre code {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
#search_submit {
|
#search_submit {
|
||||||
left: 1px;
|
left: 1px;
|
||||||
right: auto;
|
right: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
/*! searx | 06-08-2019 | https://github.com/asciimoo/searx */
|
/*! searx | 04-06-2020 | */
|
||||||
/*
|
/*
|
||||||
* searx, A privacy-respecting, hackable metasearch engine
|
* searx, A privacy-respecting, hackable metasearch engine
|
||||||
*
|
*
|
||||||
|
@ -2171,3 +2171,6 @@ article.result-images[data-vim-selected]::before {
|
||||||
overflow: inherit;
|
overflow: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
pre code {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
2
searx/static/themes/simple/css/searx.min.css
vendored
2
searx/static/themes/simple/css/searx.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -719,3 +719,7 @@ article.result-images[data-vim-selected]::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue