0
0
Fork 0

Change inner borders in media galleries in web UI (#31852)

This commit is contained in:
Eugen Rochko 2024-09-11 09:29:18 +02:00 committed by GitHub
parent 9e12fa254e
commit a3215c0f88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 59 additions and 1 deletions

View file

@ -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}