From 4787f2a7f3a9ec78abd0e15417189670b1d8a1f9 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Mon, 9 Mar 2026 20:49:24 +1300 Subject: [PATCH] Improvements to ensure author is at bottom --- .../thumbnail/VideoThumbnail.svelte | 25 ++++++++++++++++--- .../static/localApi/ghContributors.json | 2 +- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/materialious/src/lib/components/thumbnail/VideoThumbnail.svelte b/materialious/src/lib/components/thumbnail/VideoThumbnail.svelte index 84f6f410..a96534f4 100644 --- a/materialious/src/lib/components/thumbnail/VideoThumbnail.svelte +++ b/materialious/src/lib/components/thumbnail/VideoThumbnail.svelte @@ -93,6 +93,8 @@ // Check if sideways should be enabled or disabled. disableSideways(); + addEventListener('resize', disableSideways); + if (!page.url.pathname.endsWith('/history')) queueGetWatchHistory(video.videoId).then((watchHistory) => { if (watchHistory) { @@ -110,7 +112,7 @@ } -
+
-
+
{letterCase(video.title.trimEnd())} -