From fd729916d72f9d2267f2a3a0ea696bbd4e3639c1 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Wed, 24 Jan 2024 07:26:44 -0800 Subject: [PATCH] Specify width/height for alt style thumbnail image to avoid reflows! --- app/assets/stylesheets/alt_styles/_index.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/alt_styles/_index.sass b/app/assets/stylesheets/alt_styles/_index.sass index d2ab25d0..68a7b391 100644 --- a/app/assets/stylesheets/alt_styles/_index.sass +++ b/app/assets/stylesheets/alt_styles/_index.sass @@ -9,3 +9,7 @@ body.alt_styles-index .alt-style text-align: center width: 80px + + .alt-style-thumbnail + width: 80px + height: 80px