-
Notifications
You must be signed in to change notification settings - Fork 54
Make media indicator shorter under 400px #776
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update README.md
packages/components/psammead-media-indicator/src/index.stories.jsx
Outdated
Show resolved
Hide resolved
packages/components/psammead-media-indicator/src/index.test.jsx
Outdated
Show resolved
Hide resolved
packages/components/psammead-media-indicator/src/index.test.jsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, could be a minor bump, rather than patch IMO, but not too fussed
@david-boydell What commands are your running? |
@dr3, I've pulled latest, switched to the branch and then run |
@david-boydell Your looking at story-promo when the changes are in media-indicator. The story promo story uses the changes on latest. You can try |
…ding # Conflicts: # packages/components/psammead-media-indicator/CHANGELOG.md # packages/components/psammead-media-indicator/package-lock.json # packages/components/psammead-media-indicator/package.json
Have verified on the MediaIndicator component. This is ready for merge. |
Resolves #768
Overall change:
Change
Media indicator
padding under 400px when not a Top Story.Code changes:
topStory
prop to theMediaIndicatorWrapper
.MediaIndicatorWrapper
padding-top to 4px and padding-bottom to 0px below 400px , when not a top story.