+ /baende endpoint fixes

This commit is contained in:
Simon Martens
2026-01-27 09:52:06 +01:00
parent e35f3b19d4
commit cac2b0916c
12 changed files with 2214 additions and 2186 deletions

View File

@@ -300,6 +300,15 @@
@apply font-serif;
}
/* Card view (baende details) should use sans annotations */
.baende-details-card .annotation-content {
@apply font-sans text-base;
}
.baende-details-card .annotation-small {
@apply text-sm;
}
/* Headings - bold with spacing, same font size */
.annotation-content h1 {
@apply font-bold mt-2 mb-1 leading-normal;