View Single Post
Old 03-21-2018, 12:12 PM   #4
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,254
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by ItalianUruguayan View Post
I am curious about it. Would you mind to share?
Assuming you're asking about my Search footerbar comment ...

The CSS stream I modified in fw4.7.10413 is in the nickel file.

Using the pipcat-method (I noticed in another recent thread that you're already familiar with this) it is the zlib stream beginning:
Code:
/* found: 83 (zlib) pos: 45cc58 */
#SearchMenuView[qApp_deviceIsTrilogy=true] {
  max-height: 71px;
  min-height: 71px;
}
#SearchMenuView[qApp_deviceIsPhoenix=true] {
  max-height: 91px;
  min-height: 91px;
}
#SearchMenuView[qApp_deviceIsDragon=true] {
  max-height: 121px;
  min-height: 121px;
}
#SearchMenuView[qApp_deviceIsDaylight=true] {
  max-height: 157px;
  min-height: 157px;
}
The only changes I made are to the above code where I reduced the max/min-heights to something smaller. I see you have a GloHD in your Info details, so using this as an example I reduced both values of 121px to 80px.

For anyone reading this and wondering why I bothered ... the only reason I applied this extra patch is because I have also applied the `Custom reading footer style` patch to reduce the height of the 'Page x of y' footer. If you've done that and then run a 'search in book' query, the Search results footer covers the bottom line(s) of book text which is a nuisance if the word you've searched for is on the bottom line(s). It doesn't really happen often enough to be a serious problem for me but it was easy enough to remove the issue by applying this extra patch at the same time as the rest of my list of nickel patches via the pipcat-method.
jackie_w is offline   Reply With Quote