mirror of https://github.com/searxng/searxng.git
[fix] logo responsivity ++ preferences button hover
This commit is contained in:
parent
f496dc353d
commit
7013c3dc0d
File diff suppressed because one or more lines are too long
|
@ -29,11 +29,6 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
|
|
||||||
background-color: transparent !important;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#categories{
|
#categories{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -43,6 +38,11 @@
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-logo > img {
|
||||||
|
max-width: 350px;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
#q{
|
#q{
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<h1 class="text-hide center-block"><img class="center-block img-responsive" src="{{ url_for('static', filename='img/searx_logo.png') }}" alt="searx logo"/>searx</h1>
|
<h1 class="text-hide center-block"><img class="center-block img-responsive" src="{{ url_for('static', filename='img/searx_logo.png') }}" alt="searx logo"/>searx</h1>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h1 class="text-hide center-block" id="main-logo">
|
<h1 class="text-hide center-block" id="main-logo">
|
||||||
<img class="center-block img-responsive" src="{{ url_for('static', filename='img/logo_searx_a.png') }}" alt="searx logo" style="max-width: 350px"/>
|
<img class="center-block img-responsive" src="{{ url_for('static', filename='img/logo_searx_a.png') }}" alt="searx logo" />
|
||||||
searx
|
searx
|
||||||
</h1>
|
</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue