From 460eeb96fe1aee332b8c5ca798bf666aed09ab8f Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sat, 24 May 2025 13:06:01 +0200 Subject: [PATCH] Update expando.module.css --- src/components/post/expando/expando.module.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/post/expando/expando.module.css b/src/components/post/expando/expando.module.css index b1f03f45..31eba0e5 100644 --- a/src/components/post/expando/expando.module.css +++ b/src/components/post/expando/expando.module.css @@ -54,7 +54,6 @@ .mediaPreview img { /* TODO: max width should be dynamically calculated based on file dimensions from API */ max-width: 600px; - width: 100%; background-color: var(--background-thumbnail); object-fit: contain; } @@ -62,7 +61,6 @@ .mediaPreview video { /* TODO: max width should be dynamically calculated based on file dimensions from API */ max-width: 700px; - width: 100%; max-height: 50vh; background-color: var(--background-thumbnail); object-fit: contain;