forked from zaclys/searxng
[build] /static
This commit is contained in:
parent
1723726361
commit
84447b87e1
|
@ -2468,7 +2468,7 @@ article.result-images[data-vim-selected]::before {
|
||||||
.result h3 {
|
.result h3 {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
margin: 5px 0 1px 0;
|
margin: 8px 0 8px 0 !important;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
@ -2515,7 +2515,7 @@ article.result-images[data-vim-selected]::before {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
.result .url {
|
.result .url {
|
||||||
font-size: 0.9em;
|
font-size: 0.96em;
|
||||||
margin: 0 0 3px 0;
|
margin: 0 0 3px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
max-width: 54em;
|
max-width: 54em;
|
||||||
|
@ -2859,9 +2859,6 @@ article.result-images[data-vim-selected]::before {
|
||||||
#search_url {
|
#search_url {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.result h3 {
|
|
||||||
margin: 0 0 1px 0;
|
|
||||||
}
|
|
||||||
.result .thumbnail {
|
.result .thumbnail {
|
||||||
max-width: 98%;
|
max-width: 98%;
|
||||||
}
|
}
|
||||||
|
@ -2872,10 +2869,6 @@ article.result-images[data-vim-selected]::before {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.result .url a {
|
|
||||||
float: right;
|
|
||||||
padding: 0 0.5em;
|
|
||||||
}
|
|
||||||
.result .engines {
|
.result .engines {
|
||||||
float: right;
|
float: right;
|
||||||
padding: 0 0 3px 0;
|
padding: 0 0 3px 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2468,7 +2468,7 @@ article.result-images[data-vim-selected]::before {
|
||||||
.result h3 {
|
.result h3 {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
margin: 5px 0 1px 0;
|
margin: 8px 0 8px 0 !important;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
@ -2515,7 +2515,7 @@ article.result-images[data-vim-selected]::before {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
.result .url {
|
.result .url {
|
||||||
font-size: 0.9em;
|
font-size: 0.96em;
|
||||||
margin: 0 0 3px 0;
|
margin: 0 0 3px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
max-width: 54em;
|
max-width: 54em;
|
||||||
|
@ -2859,9 +2859,6 @@ article.result-images[data-vim-selected]::before {
|
||||||
#search_url {
|
#search_url {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.result h3 {
|
|
||||||
margin: 0 0 1px 0;
|
|
||||||
}
|
|
||||||
.result .thumbnail {
|
.result .thumbnail {
|
||||||
max-width: 98%;
|
max-width: 98%;
|
||||||
}
|
}
|
||||||
|
@ -2872,10 +2869,6 @@ article.result-images[data-vim-selected]::before {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.result .url a {
|
|
||||||
float: right;
|
|
||||||
padding: 0 0.5em;
|
|
||||||
}
|
|
||||||
.result .engines {
|
.result .engines {
|
||||||
float: right;
|
float: right;
|
||||||
padding: 0 0 3px 0;
|
padding: 0 0 3px 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue