diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-10-27 08:01:50 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2021-10-27 06:17:37 +0000 |
| commit | 84447b87e118d914a39b6d5d5e4d4227aaade09f (patch) | |
| tree | 740643f457ecb4dc29ba19031accceeba80df541 /searx/static/themes/simple/css/searxng.css | |
| parent | 17237263614c6c0c366384257e812fc96d623dd4 (diff) | |
[build] /static
Diffstat (limited to 'searx/static/themes/simple/css/searxng.css')
| -rw-r--r-- | searx/static/themes/simple/css/searxng.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/searx/static/themes/simple/css/searxng.css b/searx/static/themes/simple/css/searxng.css index ce5846ae9..32c74b020 100644 --- a/searx/static/themes/simple/css/searxng.css +++ b/searx/static/themes/simple/css/searxng.css @@ -2468,7 +2468,7 @@ article.result-images[data-vim-selected]::before { .result h3 { font-size: 1.1em; word-wrap: break-word; - margin: 5px 0 1px 0; + margin: 8px 0 8px 0 !important; padding: 0; margin-bottom: 0; } @@ -2515,7 +2515,7 @@ article.result-images[data-vim-selected]::before { font-weight: normal; } .result .url { - font-size: 0.9em; + font-size: 0.96em; margin: 0 0 3px 0; padding: 0; max-width: 54em; @@ -2859,9 +2859,6 @@ article.result-images[data-vim-selected]::before { #search_url { display: none; } - .result h3 { - margin: 0 0 1px 0; - } .result .thumbnail { max-width: 98%; } @@ -2872,10 +2869,6 @@ article.result-images[data-vim-selected]::before { overflow: hidden; width: 100%; } - .result .url a { - float: right; - padding: 0 0.5em; - } .result .engines { float: right; padding: 0 0 3px 0; |