PurdueMarketingAndMedia / purdueTemplates-2015

Included in this project are the Purdue University templates developed by the Office of Marketing and Media in 2015.
14 stars 7 forks source link

Awkward touch area for goldbar quicklinks #34

Closed bholaday closed 6 years ago

bholaday commented 6 years ago

The padding set on the links defines the touch area. In the current version of our templates there is no left padding. Perhaps we could instead put equal padding on all elements and only target the last if we need to modify the distance between it and the search icon.

screen shot 2018-02-15 at 9 21 33 am
jobokai commented 6 years ago

Technically couldn't you just add the left padding (and matching right) needed for the search icon instead of the :last quicklink?

jobokai commented 6 years ago

That way everything is having equal padding for the touch areas and you don't have to require anything special for the :last one.

bholaday commented 6 years ago

Good idea.

jacobvenable commented 6 years ago

This will be fixed in the next release with the referenced branch above.