Skip to content

Commit

Permalink
Updated 'Series list increase cover thumbnails'
Browse files Browse the repository at this point in the history
Reduced cover thumbnail min-/max-height values to avoid bottom edge being shaved off in Series list view
  • Loading branch information
jackiew1 authored Aug 11, 2020
1 parent 0f266dc commit a997537
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/versions/4.23.15505/nickel.yaml/jackie_w.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,7 @@ Customise Header back button:
Series list increase cover thumbnails:
- Enabled: no
- Description: |
Series list view (not cover view). Enlarge cover thumbnails.
NB: After enabling this patch, if you find that the
last Series thumbnail on each page is truncated along its bottom edge
then you should also enable the additional nickel patch:
'Reduce height of page navigator arrows'
Series list view (not Series cover view). Increase cover thumbnail size.
- FindZlib: "#seriesCoverPack"
- ReplaceZlibGroup:
Replacements:
Expand All @@ -396,19 +392,19 @@ Series list increase cover thumbnails:
# Part 2: #seriesCoverPack - Increase cover thumbnail size
# Touch/Mini
- {Find: "width: 60px;", Replace: "width: 85px;"}
- {Find: "height: 94px;", Replace: "height: 105px;"}
- {Find: "height: 94px;", Replace: "height: 102px;"}
# Glo/Aura6"/Aurav2
- {Find: "width: 70px;", Replace: "width: 100px;"}
- {Find: "height: 115px;", Replace: "height: 140px;"}
- {Find: "height: 115px;", Replace: "height: 137px;"}
# AuraHD/H2O/H2Ov2/GloHD/ClaraHD
- {Find: "width: 108px;", Replace: "width: 141px;"}
- {Find: "height: 175px;", Replace: "height: 200px;"}
- {Find: "height: 175px;", Replace: "height: 195px;"}
# AuraOne/Forma
- {Find: "width: 140px;", Replace: "width: 190px;"}
- {Find: "height: 222px;", Replace: "height: 265px;"}
- {Find: "height: 222px;", Replace: "height: 260px;"}
# LibraH2O
- {Find: "width: 126px;", Replace: "width: 165px;"}
- {Find: "height: 205px;", Replace: "height: 234px;"}
- {Find: "height: 205px;", Replace: "height: 229px;"}
#
# Part 3: All models: #hBooks - Move bookcount up & away from horizontal gridline
# Users of lower-res models (Touch/Mini/Glo/Aura6"/Aurav2) may prefer to
Expand Down

0 comments on commit a997537

Please sign in to comment.