diff options
| author | Martin Fischer <martin@push-f.com> | 2022-01-31 11:14:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-31 11:14:48 +0100 |
| commit | c82b9c68d282a2f674632ce0e0720da85c64a1c4 (patch) | |
| tree | 6ad4efc466077d5ee7504a44dbc07e4b059d6db9 /searx/static/themes/simple/src/less | |
| parent | 60e7fee47a2a994f5d1bc0850808787577c9e3cb (diff) | |
| parent | 79dbbd4d99dcb28e709c7bca703ee97b6d55f906 (diff) | |
Merge pull request #843 from not-my-profile/simple-page-with-header
Diffstat (limited to 'searx/static/themes/simple/src/less')
| -rw-r--r-- | searx/static/themes/simple/src/less/style.less | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 657e0d3ac..4011dddb5 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -79,9 +79,7 @@ main { flex: 1; } -#main_preferences, -#main_about, -#main_stats { +.page_with_header { margin: 2em auto; width: 85em; } @@ -101,16 +99,8 @@ footer { } } -#main_preferences h1, -#main_stats h1 { - background: url('../img/searxng.png') no-repeat; - background-size: contain; - min-height: 40px; - margin: 0 auto; - - span { - visibility: hidden; - } +.page_with_header .logo { + height: 40px; } input[type="submit"], @@ -647,9 +637,7 @@ article[data-vim-selected].category-social { } @media screen and (max-width: @tablet) { - #main_preferences, - #main_about, - #main_stats { + .page_with_header { margin: 2rem 0.5rem; width: auto; } |