[build] /static

This commit is contained in:
Denperidge 2025-01-20 17:21:25 +00:00
parent 53ba2e9cd7
commit 063e0185fa
4 changed files with 22 additions and 2 deletions

View File

@ -4544,6 +4544,11 @@ summary.title {
font-size: 1em;
color: var(--color-search-font);
}
#links_on_top h1 {
margin: 0;
padding: 0;
font-size: 1.5em;
}
#links_on_top a {
display: flex;
align-items: center;
@ -4560,6 +4565,11 @@ summary.title {
#links_on_top a:active * {
color: var(--color-search-font);
}
body.index_endpoint #instance_name {
position: fixed;
right: 1rem;
font-size: 2em;
}
#pagination {
grid-area: pagination;
}

File diff suppressed because one or more lines are too long

View File

@ -4544,6 +4544,11 @@ summary.title {
font-size: 1em;
color: var(--color-search-font);
}
#links_on_top h1 {
margin: 0;
padding: 0;
font-size: 1.5em;
}
#links_on_top a {
display: flex;
align-items: center;
@ -4560,6 +4565,11 @@ summary.title {
#links_on_top a:active * {
color: var(--color-search-font);
}
body.index_endpoint #instance_name {
position: fixed;
left: 1rem;
font-size: 2em;
}
#pagination {
grid-area: pagination;
}

File diff suppressed because one or more lines are too long