Compare commits

...

3 Commits

Author SHA1 Message Date
Helen Chong e051095ce3 Add note about guestbook comment field supporting HTML 2024-07-24 13:20:46 +08:00
Helen Chong f4410db8b3 Fix overflow on mobile due to long name of a commentor 2024-07-24 13:10:13 +08:00
Helen Chong 7786be093e Update guestbook control script 2024-07-24 13:08:49 +08:00
3 changed files with 530 additions and 544 deletions

View File

@ -110,7 +110,7 @@ gw-comment-card.collapsed .comment-header-right time { display: none; }
.comment-header { .comment-header {
display: grid; display: grid;
grid-template-columns: 0fr max-content 1fr; grid-template-columns: 0fr auto 1fr;
gap: 0.4em; gap: 0.4em;
align-items: baseline; align-items: baseline;
} }
@ -136,4 +136,5 @@ gw-comment-card.collapsed .comment-header-right time { display: none; }
.commenter-name { .commenter-name {
font-size: 1.1em; font-size: 1.1em;
font-weight: 700; font-weight: 700;
overflow-wrap: break-word;
} }

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ eleventyComputed:
<p class="center-text">Guestbook Archive: <a href="https://web.archive.org/web/20240528231121/https%3A%2F%2Fleilukin.123guestbook.com%2F">123Guestbook</a></p> <p class="center-text">Guestbook Archive: <a href="https://web.archive.org/web/20240528231121/https%3A%2F%2Fleilukin.123guestbook.com%2F">123Guestbook</a></p>
<p>Feel free to say hi and connect with me!</p> <p>Feel free to say hi and connect with me! The comment field supports <a href="https://www.markdownguide.org/basic-syntax/#links">Markdown links</a> and and HTML.</p>
<p>JavaScript is required for this guestbook to function. Special thanks to <a href="https://groundedwren.neocities.org/pages/controls/guestbookDemo">Vera Konigin</a> for this guestbook widget!</p> <p>JavaScript is required for this guestbook to function. Special thanks to <a href="https://groundedwren.neocities.org/pages/controls/guestbookDemo">Vera Konigin</a> for this guestbook widget!</p>