parent
c2ffd6e26e
commit
3f42e1c9b4
|
@ -77,6 +77,7 @@ h6s {
|
|||
}
|
||||
.three > img,
|
||||
.three > video {
|
||||
object-fit: scale-down;
|
||||
height: 100%;
|
||||
}
|
||||
.four {
|
||||
|
|
|
@ -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>
|
||||
}
|
Loading…
Reference in a new issue