mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 11:48:26 -04:00
Fixed truncated display of search box
Former-commit-id: cdf12550bd361c90a20e336eb038a26520e7a10b [formerly 91d941799b9938d4093188ec06211d50b01cdef4] Former-commit-id: 47986e270c0b169855909fcd20859cb18110ae45
This commit is contained in:
parent
4d586723b0
commit
22bf3d49af
@ -9,6 +9,7 @@
|
||||
* FIX: Math typeset by KaTeX is rendered better when there are mbox statements (fbox is used instead)
|
||||
* FIX: Display-style maths SVGs are now correctly inverted in dark mode
|
||||
* FIX: Standard dark-mode SVGs in infoboxes and elsewhere are now displayed correctly without inversion
|
||||
* FIX: Truncated display of search box
|
||||
* UPDATE: Updated KaTeX library to v0.11.1
|
||||
* ENHANCEMENT: Include more files in PWA payload to allow better offline functionality in PWA scenarios
|
||||
* ENHANCEMENT: Appxbundle is now signed with Kiwix certificate for a better sideloading experience
|
||||
|
@ -114,6 +114,7 @@
|
||||
<li>Math typeset by KaTeX is rendered better when there are mbox statements (fbox is used instead)</li>
|
||||
<li>Display-style maths SVGs are now correctly inverted in dark mode</li>
|
||||
<li>Standard dark-mode SVGs are now displayed correctly without inversion</li>
|
||||
<li>Fixed truncated display of search box</li>
|
||||
<li>Updated KaTeX library to v0.11.1</li>
|
||||
<li>Include more files in PWA payload to allow better offline functionality if using app as PWA</li>
|
||||
<li>Appxbundle is now signed with Kiwix certificate for a better sideloading experience</li>
|
||||
@ -232,7 +233,7 @@
|
||||
<!--button -->
|
||||
</span>
|
||||
<input type="search" id="prefix" placeholder="Search or type a space..."
|
||||
class="form-control" style="z-index: 0;" />
|
||||
class="form-control" style="z-index: 0; width: 99.5%" />
|
||||
<span class="input-group-btn">
|
||||
<a class="btn btn-primary" title="Article Search" id="searchArticles" style="display:none;"><span class="glyphicon glyphicon-book"></span></a>
|
||||
<a class="btn btn-primary" title="Alt-F: Find and highlight text in article..." id="findText"><span class="glyphicon glyphicon-search"></span></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user