From b7bf89cd24476319795fe56e45526ecafaaa2ff7 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 17 Sep 2025 02:38:41 +0000 Subject: [PATCH] Don't reduce the height for images --- view/theme/frio/css/style.css | 1 - view/theme/vier/style.css | 1 - 2 files changed, 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 054dbc8879..1e625db8ae 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -66,7 +66,6 @@ section hr { border-color: rgba(238, 238, 238, $contentbg_transp); } iframe, -img, video { max-width: 100%; max-height: 85vh; diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index da15beaea9..1fe60aa6e3 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -3301,7 +3301,6 @@ fbrowser.photo .photo-album-image-wrapper { margin-left: 10px; } } iframe, -img, video { max-width: 100%; max-height: 90vh;