From e44852d87372d345b5a05d10c0d3179f532845ee Mon Sep 17 00:00:00 2001 From: Viacheslav Soloviov Date: Wed, 26 Jun 2024 17:53:15 +0300 Subject: [PATCH] Add CSS style for style image sizing in viewer.html The CSS code in viewer.html has been updated to include a new style definition for style images. This ensures all images maintain a consistent width (the same width as the title element) --- viewer.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/viewer.html b/viewer.html index 56a9b1e..34cc54d 100755 --- a/viewer.html +++ b/viewer.html @@ -2504,6 +2504,9 @@ div.styleContainer { position: relative; } + img.styleImage { + width: 128px; /* same width as title */ + } span.styleTitle { position:absolute; top:92px;