parent
c2ffd6e26e
commit
3f42e1c9b4
|
@ -77,6 +77,7 @@ h6s {
|
||||||
}
|
}
|
||||||
.three > img,
|
.three > img,
|
||||||
.three > video {
|
.three > video {
|
||||||
|
object-fit: scale-down;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.four {
|
.four {
|
||||||
|
|
|
@ -18,7 +18,7 @@ export function Giscus({ searchTerm }: { searchTerm: string }) {
|
||||||
delete config[x[0]];
|
delete config[x[0]];
|
||||||
config["data-" + x[0]] = x[1];
|
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>
|
<script src="https://giscus.app/client.js" {...config} crossorigin="anonymous" async></script>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
Loading…
Reference in a new issue