Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Fix CSS for shrinking navigation arrows #443

Merged
merged 1 commit into from
Dec 12, 2015

Conversation

davepagurek
Copy link
Contributor

This addresses #442, where at narrow widths the navigation arrows would shrink.

This appears to be because min-width did not include padding before, and now does. There is 8px of padding on the buttons, so the new value of 40px now includes the left and right padding.

The .with-nav class added to the nav container is used to expand the min-width when more buttons have been added so the page title doesn't expand into the search bar, but does not apply the style when the additional nav buttons haven't been added.

chrismou added a commit that referenced this pull request Dec 12, 2015
Fix CSS for shrinking navigation arrows
@chrismou chrismou merged commit 84b9331 into radiant-player:master Dec 12, 2015
@chrismou
Copy link
Member

Great stuff, thanks! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants