From 5eab5815e129af30650c131e3398ad4cacc5658a Mon Sep 17 00:00:00 2001 From: sophie Date: Wed, 24 Jul 2024 17:20:06 +0300 Subject: [PATCH] sigma! --- website/assets/style.css | 11 +++++++++-- website/scripts/giscus.tsx | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/website/assets/style.css b/website/assets/style.css index 44ef556..4dde415 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -41,7 +41,9 @@ a { word-wrap: break-word; overflow: auto; } - +.giscus-outer { + max-height:20vh; +} .e-mail { font-size: small; @@ -107,5 +109,10 @@ h6 { flex-direction: row; max-height: auto; } - + .five { + max-height: unset; + } + .giscus-outer { + max-height:unset; + } } \ No newline at end of file diff --git a/website/scripts/giscus.tsx b/website/scripts/giscus.tsx index 709fe50..3b35cae 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