diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2021-01-12 22:36:07 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2021-01-15 21:47:39 +0100 |
| commit | 399a18f690c7e4f02c709501325ce3818bb44648 (patch) | |
| tree | 481ca1cc148fd5e19a22b192e0e65532f3054978 /templates/fluid/styles.css | |
| parent | 26cd374453e6b8edfdf3ede436a7463861349be9 (diff) | |
| download | cataract-399a18f690c7e4f02c709501325ce3818bb44648.tar.xz | |
fluid: Set thumbnail size to an even values
Odd base image sizes are a real problem for fractional scaling (HiDPI 1.5x).
Diffstat (limited to 'templates/fluid/styles.css')
| -rw-r--r-- | templates/fluid/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
