[feat] Show instance name in simple theme

Related: #3156
This commit is contained in:
Denperidge 2025-01-17 15:35:55 +01:00
parent a576f69c12
commit 6aad8f605b
2 changed files with 13 additions and 0 deletions

View file

@ -798,6 +798,12 @@ summary.title {
font-size: 1em;
color: var(--color-search-font);
h1 {
margin: 0;
padding: 0;
font-size: 1.5em;
}
a {
display: flex;
align-items: center;
@ -818,6 +824,12 @@ summary.title {
}
}
body.index_endpoint #instance_name {
position: fixed;
.ltr-left(1rem);
font-size: 2em;
}
#pagination {
grid-area: pagination;