[build] /static
This commit is contained in:
parent
53ba2e9cd7
commit
063e0185fa
@ -4544,6 +4544,11 @@ summary.title {
|
|||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: var(--color-search-font);
|
color: var(--color-search-font);
|
||||||
}
|
}
|
||||||
|
#links_on_top h1 {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
#links_on_top a {
|
#links_on_top a {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -4560,6 +4565,11 @@ summary.title {
|
|||||||
#links_on_top a:active * {
|
#links_on_top a:active * {
|
||||||
color: var(--color-search-font);
|
color: var(--color-search-font);
|
||||||
}
|
}
|
||||||
|
body.index_endpoint #instance_name {
|
||||||
|
position: fixed;
|
||||||
|
right: 1rem;
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
#pagination {
|
#pagination {
|
||||||
grid-area: pagination;
|
grid-area: pagination;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
10
searx/static/themes/simple/css/searxng.min.css
vendored
10
searx/static/themes/simple/css/searxng.min.css
vendored
@ -4544,6 +4544,11 @@ summary.title {
|
|||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: var(--color-search-font);
|
color: var(--color-search-font);
|
||||||
}
|
}
|
||||||
|
#links_on_top h1 {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
#links_on_top a {
|
#links_on_top a {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -4560,6 +4565,11 @@ summary.title {
|
|||||||
#links_on_top a:active * {
|
#links_on_top a:active * {
|
||||||
color: var(--color-search-font);
|
color: var(--color-search-font);
|
||||||
}
|
}
|
||||||
|
body.index_endpoint #instance_name {
|
||||||
|
position: fixed;
|
||||||
|
left: 1rem;
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
#pagination {
|
#pagination {
|
||||||
grid-area: pagination;
|
grid-area: pagination;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user