From 399a18f690c7e4f02c709501325ce3818bb44648 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 12 Jan 2021 22:36:07 +0100 Subject: fluid: Set thumbnail size to an even values Odd base image sizes are a real problem for fractional scaling (HiDPI 1.5x). --- templates/fluid/fluid.xml | 2 +- templates/fluid/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/fluid/fluid.xml b/templates/fluid/fluid.xml index 8d2bdbc..9afa35d 100644 --- a/templates/fluid/fluid.xml +++ b/templates/fluid/fluid.xml @@ -18,7 +18,7 @@ - + diff --git a/templates/fluid/styles.css b/templates/fluid/styles.css index 28be360..6cd28eb 100644 --- a/templates/fluid/styles.css +++ b/templates/fluid/styles.css @@ -629,7 +629,7 @@ div.index_item:hover { div.index_item a { display: block; position: relative; - width: 495px; + width: 494px; height: 330px; text-align: left; text-decoration: none; -- cgit v1.2.3