Bugzilla – Attachment 144431 Details for
Bug 31221
Buttons overflow in OPAC search results in mobile view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Buttons overflow in OPAC search results in mobile view
Buttons-overflow-in-OPAC-search-results-in-mobile-.patch (text/plain), 1.51 KB, created by
Hammat wele
on 2022-12-05 19:02:19 UTC
(
hide
)
Description:
Buttons overflow in OPAC search results in mobile view
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2022-12-05 19:02:19 UTC
Size:
1.51 KB
patch
obsolete
>From 6123ad965730f45a8cffbbe4f09563d5df7d7f4f Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Mon, 5 Dec 2022 19:01:42 +0000 >Subject: [PATCH] Buttons overflow in OPAC search results in mobile view > >To reproduce: >1- Have at least 10 record of the same type that can be viewed from OPAC >2- Go to administration > system preferences > OPACnumSearchResults and set it to 1 >3- Go to the OPAC and search for the type from step 1 >4- Notice top and bottom page selections are numbered from 1 to 10 + Next >> + Last >> >5- Inspect the webpage and switch to mobile view >6- Reduce display width and notice the buttons (of step 4) on the right are overflowing the screen >7- Apply the patch >8- compile the .scss file >9- Clear your navigator caches >10- repeat step 3,5 and 6 >11- Notice the buttons (of step 4) are no more overflowing the screen > >https://bugs.koha-community.org/show_bug.cgi?id=31221 >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >index 58c80143af..779e9947ad 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >@@ -586,3 +586,10 @@ > display: none; > } > } >+ >+@media (max-width: 608px) { >+ #top-pages > .pagination > .pagination, >+ #bottom-pages > .pagination > .pagination { >+ flex-wrap: wrap; >+ } >+} >\ No newline at end of file >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31221
:
144198
|
144205
|
144431
|
144577
|
144624
|
145174
|
145185
|
147233