From: PhiTux Date: Sun, 5 Oct 2025 09:04:31 +0000 (+0200) Subject: css fix for images in /read X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0b424eaab6e61ab15f2ad479bcbeb150482bee13;p=DailyTxT.git css fix for images in /read --- diff --git a/frontend/src/routes/(authed)/+layout.svelte b/frontend/src/routes/(authed)/+layout.svelte index 6109e83..174e038 100644 --- a/frontend/src/routes/(authed)/+layout.svelte +++ b/frontend/src/routes/(authed)/+layout.svelte @@ -51,8 +51,8 @@ const tolgee = getTolgee(['language']); let { children } = $props(); - let inDuration = 150; //150; - let outDuration = 150; //150; + let inDuration = 150; + let outDuration = 150; let current_version = $state(''); let latest_stable_version = $state(''); @@ -1182,7 +1182,7 @@
{@render children()}
diff --git a/frontend/src/routes/(authed)/read/+page.svelte b/frontend/src/routes/(authed)/read/+page.svelte index c70caa5..52222cc 100644 --- a/frontend/src/routes/(authed)/read/+page.svelte +++ b/frontend/src/routes/(authed)/read/+page.svelte @@ -624,6 +624,12 @@ max-height: 100vh; /* scroll area uses remaining viewport height */ } + .logContent { + width: 100%; + flex-wrap: wrap; + overflow-x: auto; + } + @media (min-width: 1300px) and (max-width: 1450px) { .files { max-width: 250px;