From 39defbc93c372ccd4867c29fef967df7bf4c6841 Mon Sep 17 00:00:00 2001 From: steveseguin Date: Mon, 6 Jan 2025 12:42:52 -0500 Subject: [PATCH 1/3] samplefeatured.htmla dded --- samplefeatured.html | 602 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 602 insertions(+) create mode 100644 samplefeatured.html diff --git a/samplefeatured.html b/samplefeatured.html new file mode 100644 index 0000000..e547c36 --- /dev/null +++ b/samplefeatured.html @@ -0,0 +1,602 @@ + + + + + + + Social Stream - Overlay + + + + + + + +
+ + + \ No newline at end of file From f9bf4b9d0da2ab1d2d59eba7fdbb4d54bf495765 Mon Sep 17 00:00:00 2001 From: steveseguin Date: Mon, 6 Jan 2025 12:54:46 -0500 Subject: [PATCH 2/3] landing page fix --- landing.html | 156 +++++++++++++++++++------------------------- samplefeatured.html | 11 +++- 2 files changed, 78 insertions(+), 89 deletions(-) diff --git a/landing.html b/landing.html index 91e5e4f..cd936d9 100644 --- a/landing.html +++ b/landing.html @@ -889,100 +889,80 @@

Contributors to this project

Join our community for free support on Discord.

diff --git a/samplefeatured.html b/samplefeatured.html index e547c36..330c0f8 100644 --- a/samplefeatured.html +++ b/samplefeatured.html @@ -1,4 +1,9 @@ - + @@ -77,6 +82,10 @@ right: 0.5rem; aspect-ratio: 1; } + + .hl-message img { + max-height:24px; + } .hl-profile-pic { width: 48px; From a734d4cedfd0f5806b1f55bda91eab44b634d35d Mon Sep 17 00:00:00 2001 From: steveseguin Date: Mon, 6 Jan 2025 12:57:39 -0500 Subject: [PATCH 3/3] try 2 --- landing.html | 1 + 1 file changed, 1 insertion(+) diff --git a/landing.html b/landing.html index cd936d9..00aa746 100644 --- a/landing.html +++ b/landing.html @@ -949,6 +949,7 @@

Contributors to this project

return response.text(); }) .then(text => { + console.log(text); document.getElementById('markdown').innerHTML = marked.parse(text); if (window.location.hash) { scrollToAnchor(window.location.hash);