middlebury / frontend

Frontend code for institute_theme
GNU General Public License v3.0
0 stars 0 forks source link

pagination breaks on mobile #112

Closed zebapy closed 6 years ago

zebapy commented 6 years ago

screenshot 2018-02-07 14 36 53

Causes horizontal scroll on small screens.

https://www.middlebury.edu/institute/people

zebapy commented 6 years ago

@imcbride is it possible to have a <li class="pagination__item--active"> wrapping the .pagination__link--active?

imcbride commented 6 years ago

It should be. Our pager template is almost entirely custom.

https://github.com/middlebury/drupal8/blob/master/themes/custom/institute_theme/templates/navigation/pager.html.twig

zebapy commented 6 years ago

Can we have next/previous buttons?

imcbride commented 6 years ago

Yes. The default pager in Drupal has these and I can add them to ours.

https://github.com/middlebury/drupal8/blob/master/core/themes/stable/templates/navigation/pager.html.twig