From 3f42e1c9b45cd00178b2d11ac94b500b000e44ef Mon Sep 17 00:00:00 2001 From: sophie Date: Tue, 23 Jul 2024 23:56:37 +0300 Subject: [PATCH] bugfixy ;3 --- website/assets/style.css | 1 + website/scripts/giscus.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/website/assets/style.css b/website/assets/style.css index 6cd7727..5019ebf 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -77,6 +77,7 @@ h6s { } .three > img, .three > video { + object-fit: scale-down; height: 100%; } .four { diff --git a/website/scripts/giscus.tsx b/website/scripts/giscus.tsx index 4224f47..709fe50 100644 --- a/website/scripts/giscus.tsx +++ b/website/scripts/giscus.tsx @@ -18,7 +18,7 @@ export function Giscus({ searchTerm }: { searchTerm: string }) { delete config[x[0]]; config["data-" + x[0]] = x[1]; } - return
+ return
} \ No newline at end of file