From c67c00ed4acafec6d571bfd585d4f9d0c20c5cbb Mon Sep 17 00:00:00 2001 From: adueck Date: Mon, 18 Dec 2023 14:41:20 +0400 Subject: [PATCH] fix sitemap --- functions/src/publish.ts | 2 +- website/src/App.css | 4 ++++ website/src/components/Entry.tsx | 6 ++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/functions/src/publish.ts b/functions/src/publish.ts index 463b8b3..2fdd52e 100644 --- a/functions/src/publish.ts +++ b/functions/src/publish.ts @@ -287,7 +287,7 @@ function makeSitemap(dictionary: T.Dictionary): string { (page) => ` - https://dictionary.lingdocs.com${page}} + https://dictionary.lingdocs.com${page} ` ) .join("")} diff --git a/website/src/App.css b/website/src/App.css index fbf988a..4694eea 100644 --- a/website/src/App.css +++ b/website/src/App.css @@ -57,6 +57,10 @@ body { padding-bottom: 60px; */ } +dt { + float: left; +} + .p-text { font-size: var(--p-text-size); } diff --git a/website/src/components/Entry.tsx b/website/src/components/Entry.tsx index 52032c5..68c1ff8 100644 --- a/website/src/components/Entry.tsx +++ b/website/src/components/Entry.tsx @@ -36,10 +36,8 @@ function Entry({ data-testid="entry" >
-
- - {{ p: entry.p, f: entry.f }} - +
+ {{ p: entry.p, f: entry.f }}
{` `} {entry.c}