forked from deepStateMirrors/tabi
✨ feat: add support for giscus & utterances comments
This commit is contained in:
parent
93c8b577b8
commit
19d120019b
17 changed files with 333 additions and 99 deletions
|
@ -1,10 +1,12 @@
|
|||
.utterances-frame {
|
||||
min-height: 18rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.comments {
|
||||
padding-top: 5vmin;
|
||||
border-top: var(--divider-color) solid 0.5px;
|
||||
margin-top: 2rem;
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue