Merge commit '9475df091491ca7b51c1b60b542720f10637d9dc'

This commit is contained in:
Fabian Montero 2025-09-13 14:34:18 -06:00
commit 1256451169
332 changed files with 25244 additions and 0 deletions

33
sass/parts/_comments.scss Normal file
View file

@ -0,0 +1,33 @@
.utterances-frame {
width: 100%;
}
.comments {
margin-top: 2rem;
border-top: var(--divider-color) solid 0.5px;
border-bottom: var(--divider-color) solid 0.5px;
padding-top: 2rem;
padding-bottom: 2rem;
iframe {
margin: 0;
border: none;
aspect-ratio: inherit;
width: 100%;
max-width: 100%;
}
.load-comments-button {
display: block;
cursor: pointer;
margin: 0.5em auto;
border: none;
background: none;
padding-block: 0.5em;
padding-inline: 1em;
color: inherit;
font-size: 0.95rem;
font-family: var(--sans-serif-font);
text-decoration: none;
}
}