mirror of https://github.com/searxng/searxng.git
[mod] reduce the gap between results
This commit is contained in:
parent
c54a0e81ff
commit
47cddcab8b
|
@ -172,7 +172,7 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|||
.result-videos,
|
||||
.result-map {
|
||||
clear: both;
|
||||
padding: 1em 4px;
|
||||
padding: 0.5em 4px;
|
||||
}
|
||||
.result-default:hover,
|
||||
.result-code:hover,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -145,7 +145,7 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|||
.result-videos,
|
||||
.result-map {
|
||||
clear: both;
|
||||
padding: 1em 4px;
|
||||
padding: 0.5em 4px;
|
||||
}
|
||||
.result-default:hover,
|
||||
.result-code:hover,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -64,7 +64,7 @@
|
|||
// default formating of results
|
||||
.result-default, .result-code, .result-torrent, .result-videos, .result-map {
|
||||
clear: both;
|
||||
padding: 1em 4px;
|
||||
padding: 0.5em 4px;
|
||||
&:hover{
|
||||
background-color: @dim-gray;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue