diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-02-19 16:07:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-19 16:07:05 +0100 |
| commit | 883e9c1ddd1cf2af0dc6e9b82885219150b9e849 (patch) | |
| tree | 943b6caa5ffc1b260eb213106eabb5f633440415 /searx/static/themes/simple/src/less/style.less | |
| parent | ace540163254fa79ee950f412377ab0ba0f0d663 (diff) | |
| parent | efd81f9266748035ccfe57c6b031c8cb7e80c2fb (diff) | |
Merge pull request #885 from return42/mod-simple
[mod] simple theme: define a '.show-content-button'
Diffstat (limited to 'searx/static/themes/simple/src/less/style.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/style.less | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 692d9e7c0..dd038cdf7 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -190,8 +190,7 @@ article[data-vim-selected].category-social { } .content, - .stat, - .altlink { + .stat { font-size: 0.9em; margin: 0; padding: 0; @@ -206,6 +205,12 @@ article[data-vim-selected].category-social { } } + .altlink a { + font-size: 0.9em; + margin: 0 10px 0 0; + .show-content-button; + } + .codelines { .highlight { color: inherit; |