Reverse comment order for guestbook

This commit is contained in:
Joshua Goins 2024-01-27 20:16:43 -05:00
parent 0d4acb2c58
commit 912b43a808

View file

@ -1,4 +1,16 @@
{{ if hugo.IsProduction }}
<style>
#isso-root {
display: flex;
flex-direction: column-reverse;
}
.isso-comment {
flex: 0;
width: 100%;
}
</style>
<script
data-isso="//{{ $.Site.Params.isso_url }}/"
data-isso-title=""