Change inner borders in media galleries in web UI (#31852)
This commit is contained in:
parent
9e12fa254e
commit
a3215c0f88
2 changed files with 59 additions and 1 deletions
|
@ -327,7 +327,7 @@ class MediaGallery extends PureComponent {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className='media-gallery' style={style} ref={this.handleRef}>
|
||||
<div className={`media-gallery media-gallery--layout-${size}`} style={style} ref={this.handleRef}>
|
||||
{(!visible || uncached) && (
|
||||
<div className={classNames('spoiler-button', { 'spoiler-button--click-thru': uncached })}>
|
||||
{spoilerButton}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue