Improve Search Performance and Result Quality

This commit is contained in:
2025-04-11 14:55:52 +02:00
parent 642f1d61d2
commit 3e59d043a7
11 changed files with 187 additions and 77 deletions

View File

@@ -120,6 +120,10 @@ body {
min-width: calc(14 * var(--base_length));
}
.min-w24 {
min-width: calc(24 * var(--base_length));
}
.max-w1 {
max-width: calc(1 * var(--base_length));
}