diff options
| author | MrPaulBlack <paul@paulgo.io> | 2021-11-13 00:51:26 +0100 |
|---|---|---|
| committer | MrPaulBlack <paul@paulgo.io> | 2021-11-13 00:51:26 +0100 |
| commit | 1becb5e138acd6d0fb61b30fbd7bfc0ef1c9166d (patch) | |
| tree | 7e95e68c1f67b515433ad7d08ed11dbbe787fe26 /searx/static/themes/simple/src/less/style.less | |
| parent | e839910f4c4b085463f1522b4191448935468b53 (diff) | |
[simple theme] minor css fixes
* remove hover effect from vim help modal
* remove bold font weight from active item in prefenreces tab bar
* remove margin from answer box to unify with rest of result page
Diffstat (limited to 'searx/static/themes/simple/src/less/style.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/style.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 0d57772e1..b93317fa3 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -445,7 +445,7 @@ article[data-vim-selected].category-social { border: 1px solid var(--color-answer-border); background: var(--color-answer-background); padding: @result-padding; - margin: 1rem @results-tablet-offset; + margin: 1rem 0; margin-top: 0; color: var(--color-answer-font); .rounded-corners; |