mohitk05/react-insta-stories

Custom Styles for StoryContainerInner component.

RohitKaushal7 opened this issue · 0 comments

By default story images are justified start in the story container. I want it to be justified:center. otherwise stories look bad in desktop landscape mode.. shifted to right side instead of centre.

div#storyContainer   <-- storyContainer styles are applied here
    div#progresBars
    div#storyContainerInner    <--- ❓ need to customise styles here.
        div
            div#story  <--  storyStyles are applied here.
    div#controlsOverlay

Solution
either provide a prop to control those styles. OR at least give all those layers some ID so they can be selected by CSS and modified accordingly.