As a follow-up from T276221, there are a couple minor details related to the "open" icons that may need adjustment (I'll create separate follow-up tickets for these):
- The option to open the selected article is only accessible when taping the small icon next to it. The whole (title including the icon) should be tappable instead.
- The open icon showing at the right side of the "Available in X" label is currently opening in the same browser tab. It should open on a new tab to prevent losing the context for the user.
1B. The icon for the first option looks a few pixels below the text next to it. Inspecting the icon CSS it seems to use currently vertical-align: middle, using vertical-align: baseline instead may help the icon to sit along the text better. A comparison of the difference is shown below:
Current – vertical align: middle | Proposed – Vertical align: baseline |
---|---|