diff options
author | MrPaulBlack <paul@paulgo.io> | 2021-10-26 23:58:37 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2021-10-27 06:17:37 +0000 |
commit | 17237263614c6c0c366384257e812fc96d623dd4 (patch) | |
tree | 7e55662535e6c5f800173eb8a06b62995c12c2bd /searx/static/themes | |
parent | 8918fb3eb00dc80045a7a49250173565dcdfeb7a (diff) | |
download | searxng-17237263614c6c0c366384257e812fc96d623dd4.tar.gz searxng-17237263614c6c0c366384257e812fc96d623dd4.zip |
[simple theme] make url clickable and cleanup result article header
* url in article head is clickable
* url is bigger now 0.96em font
* url is now left floating on tablet and phone
* there is a 8px top and bottom margin on h3 result heading
Diffstat (limited to 'searx/static/themes')
-rw-r--r-- | searx/static/themes/simple/src/less/style.less | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 1f6bb4516..261e36792 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -152,7 +152,7 @@ article.result-images[data-vim-selected]::before { 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; @@ -207,7 +207,7 @@ article.result-images[data-vim-selected]::before { } .url { - font-size: 0.9em; + font-size: 0.96em; margin: 0 0 3px 0; padding: 0; max-width: 54em; @@ -613,10 +613,6 @@ article.result-images[data-vim-selected]::before { } .result { - h3 { - margin: 0 0 1px 0; - } - .thumbnail { max-width: 98%; } @@ -629,11 +625,6 @@ article.result-images[data-vim-selected]::before { overflow: hidden; width: 100%; } - - a { - float: right; - padding: 0 0.5em; - } } .engines { |