Problem/Motivation
While going through the theme for issues I found out that the mini pager is not styled. Attaching the screenshot for a better understanding and making the issue clearer.
Steps to reproduce
Install the theme
Add 10-20 articles and check for the pagination.
Go to the page view setting and change the pager to mini.
Proposed resolution
Mini pager should be styled
Remaining tasks
none
User interface changes
Yes
API changes
none
Data model changes
none
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | 3447852-full-pager-after.png | 4.87 KB | silvi.addweb |
| #13 | 3447852-mini-pager-after.png | 1.74 KB | silvi.addweb |
| #12 | 3447852-full-pager-before.png | 5.55 KB | silvi.addweb |
| #12 | 3447852-mini-pager-before.png | 1.39 KB | silvi.addweb |
| #5 | Screenshot from 2024-05-22 10-35-04.png | 61.8 KB | kaaarrrtik |
Issue fork flexi_style-3447852
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
kaaarrrtik commentedComment #4
anoopsingh92You can't remove that component library from the flexi_style.libraries.yml file.
Need to create a twig for the mini-pager then it will be resolved. instead of making any changes in the CSS file.
Comment #5
kaaarrrtik commentedMini Pager styled


Before
After
Comment #6
hamid.ali commented@anoopsingh92 add font weight 700. for the active pager item.
Comment #7
kaaarrrtik commented@anoopsingh92 got your point working the same by creating a seprate twig file
Comment #10
kaaarrrtik commentedMini pager designed by using twig and working as expected.
Comment #11
kaaarrrtik commentedComment #12
silvi.addweb commentedThanks @kaaarrrtik, We have to work on mini and full pager style.


Mini pager -->
Full pager -->
Comment #13
silvi.addweb commentedMini pager after -->

Full pager after -->

Comment #15
anoopsingh92Thank you so much @all for the contribution.
Merged, Now pager and mini pager both are looking good.
Thank you