Adjust contrast in StoryViewer
This commit is contained in:
parent
610e441de9
commit
02b01d4323
2 changed files with 25 additions and 2 deletions
|
@ -726,7 +726,19 @@ export function StoryViewer({
|
|||
)}
|
||||
</div>
|
||||
|
||||
<div className="StoryViewer__protection StoryViewer__protection--bottom" />
|
||||
<div
|
||||
className={classNames(
|
||||
'StoryViewer__protection',
|
||||
'StoryViewer__protection--bottom',
|
||||
{
|
||||
'StoryViewer__protection--has-caption': caption != null,
|
||||
}
|
||||
)}
|
||||
/>
|
||||
|
||||
{hasExpandedCaption && (
|
||||
<div className="StoryViewer__protection StoryViewer__protection--whole" />
|
||||
)}
|
||||
|
||||
{canNavigateRight && (
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue