From d40191257c5c834253698976229d6d419d658dd0 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 24 Feb 2026 09:53:35 +0200 Subject: [PATCH] ui/grid view: tweak the height of video previews --- apps/client/src/widgets/collections/legacy/ListOrGridView.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.css b/apps/client/src/widgets/collections/legacy/ListOrGridView.css index 44718439c0..bb3a09ecc9 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.css +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.css @@ -376,6 +376,10 @@ padding: 0; } + &.type-video video { + max-height: 200px; + } + h1, h2, h3, h4, h5, h6 { font-size: 1rem; color: var(--active-item-text-color);