mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
parent
a576f69c12
commit
6aad8f605b
2 changed files with 13 additions and 0 deletions
|
@ -798,6 +798,12 @@ summary.title {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: var(--color-search-font);
|
color: var(--color-search-font);
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -818,6 +824,12 @@ summary.title {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.index_endpoint #instance_name {
|
||||||
|
position: fixed;
|
||||||
|
.ltr-left(1rem);
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
#pagination {
|
#pagination {
|
||||||
grid-area: pagination;
|
grid-area: pagination;
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<nav id="links_on_top">
|
<nav id="links_on_top">
|
||||||
|
<h1 id="instance_name">{{ instance_name }}</h1>
|
||||||
{%- from 'simple/icons.html' import icon_big -%}
|
{%- from 'simple/icons.html' import icon_big -%}
|
||||||
{%- block linkto_about -%}
|
{%- block linkto_about -%}
|
||||||
<a href="{{ url_for('info', pagename='about') }}" class="link_on_top_about">{{ icon_big('information-circle-outline') }}<span>{{ _('About') }}</span></a>
|
<a href="{{ url_for('info', pagename='about') }}" class="link_on_top_about">{{ icon_big('information-circle-outline') }}<span>{{ _('About') }}</span></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue