Use english catelog for Postgres full-text search and fix logo scaling on mobile devices

This commit is contained in:
thiloho
2025-04-08 12:36:39 +02:00
parent 5a6214878f
commit 37ba49a4f7
6 changed files with 7 additions and 14 deletions

View File

@@ -136,7 +136,7 @@
</label>
<div class="file-field">
<label>
Logo image:
Logo image (height should be &lt;= 32px):
<input type="file" name="logo-image" accept={ALLOWED_MIME_TYPES.join(", ")} />
</label>
{#if data.header.logo_image}

View File

@@ -33,7 +33,6 @@ header img {
object-position: center;
}
nav,
header,
main {
padding-block: var(--space-s);
@@ -71,11 +70,6 @@ section {
scroll-margin-block-start: var(--space-xl);
}
.top-nav-logo {
max-block-size: var(--space-xl);
padding-block: var(--space-xs);
}
@media (min-width: 1525px) {
#table-of-contents {
position: fixed;

View File

@@ -26,7 +26,6 @@ header > .container {
gap: var(--space-s);
}
nav,
header,
main {
padding-block: var(--space-s);
@@ -49,11 +48,6 @@ section {
scroll-margin-block-start: var(--space-xl);
}
.top-nav-logo {
max-block-size: var(--space-xl);
padding-block: var(--space-xs);
}
.docs-navigation {
display: none;
position: fixed;