feedhenry / mcp-standalone

Standalone version of the mobile-control-panel.
http://feedhenry.org
Apache License 2.0
13 stars 21 forks source link

💄 Update the selector classes to fix mobile icon size in nav #220

Closed david-martin closed 6 years ago

david-martin commented 6 years ago

The origin web console nav has changed to a patternfly nav (see https://github.com/openshift/origin-web-console/pull/1932), which broke a css selector in the MCP UI extension.

This change fixes the selector for increasing the mobile icon size.

Before: image

After: image