forked from Ponysearch/Ponysearch
[oscar theme] center search on index and use logo with ponthi
This commit is contained in:
parent
e54a06bae7
commit
0bb4d6b296
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-logo{
|
#main-logo{
|
||||||
margin-top: 10vh;
|
margin-top: 24vh;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="row">{{- "" -}}
|
<div class="row">{{- "" -}}
|
||||||
<div class="text-center col-sm-12 col-md-12">
|
<div class="text-center col-sm-12 col-md-12">
|
||||||
{%- if cookies['oscar-style'] == 'pointhi' -%}
|
{%- if cookies['oscar-style'] == 'pointhi' -%}
|
||||||
<h1 class="text-hide center-block"><img class="center-block img-responsive" src="{{ url_for('static', filename='img/searxng-logo.svg') }}" alt="searx logo"/>SearXNG</h1>
|
<h1 class="text-hide center-block"><img class="center-block img-responsive" src="{{ url_for('static', filename='img/searxng.svg') }}" alt="searx logo"/>SearXNG</h1>
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
<div class="text-hide center-block" id="main-logo">{{- "" -}}
|
<div class="text-hide center-block" id="main-logo">{{- "" -}}
|
||||||
<img class="center-block img-responsive" src="{{ url_for('static', filename='img/searxng.svg') }}" alt="searx logo" />SearXNG{{- "" -}}
|
<img class="center-block img-responsive" src="{{ url_for('static', filename='img/searxng.svg') }}" alt="searx logo" />SearXNG{{- "" -}}
|
||||||
|
|
Loading…
Reference in a new issue