bugfixy ;3
All checks were successful
/ test (push) Successful in 15s

This commit is contained in:
Soph :3 2024-07-23 23:56:37 +03:00
parent c2ffd6e26e
commit 3f42e1c9b4
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
2 changed files with 2 additions and 1 deletions

View file

@ -77,6 +77,7 @@ h6s {
}
.three > img,
.three > video {
object-fit: scale-down;
height: 100%;
}
.four {

View file

@ -18,7 +18,7 @@ export function Giscus({ searchTerm }: { searchTerm: string }) {
delete config[x[0]];
config["data-" + x[0]] = x[1];
}
return <div>
return <div style="max-height:20vh;">
<script src="https://giscus.app/client.js" {...config} crossorigin="anonymous" async></script>
</div>
}