Chrome lighthouse test is showing the following SEO error with the pager links:

Tap targets are not sized appropriately

I fixed this by adding the following custom css:

.pager__link {
  margin: 4px;
}
CommentFileSizeAuthor
#2 at_tool_pager_margin.patch505 bytesmattbloomfield

Comments

sd123 created an issue. See original summary.

mattbloomfield’s picture

StatusFileSize
new505 bytes

I don't see an issue with this, I think it's helpful, so thank you very much. It actually needs to be in the AT Tool module (because that's where the starterkit is generated from. I've also attached a patch if someone wants to add this to a theme that they've already generated. It also works if you add it to you custom CSS, so it's really up to each user how to implement this.

I'm committing this to at_tool dev version right now.

mattbloomfield’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.