From 4ec8cb3ba2cd81a9189426d040f08a7f66e5a895 Mon Sep 17 00:00:00 2001 From: Eva Date: Wed, 17 May 2023 06:59:31 +0200 Subject: [PATCH] client/css: constrain thumbnails to parent to prevent overextended links --- client/css/core-general.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/css/core-general.styl b/client/css/core-general.styl index 7e5883a..3f48e82 100644 --- a/client/css/core-general.styl +++ b/client/css/core-general.styl @@ -300,10 +300,10 @@ a .access-key background-size: 20px 20px img opacity: 0 - width: auto + width: inherit height: 100% video - width: auto + width: inherit height: 100% .flexbox-dummy