Updated all long style names to be more compact

• Updated:
- all long style names to be more compact
This commit is contained in:
mgabdev
2020-08-18 15:43:06 -05:00
parent e5f4e12b7b
commit d5ad398d53
177 changed files with 1052 additions and 1052 deletions

View File

@@ -114,7 +114,7 @@ class AccountGallery extends ImmutablePureComponent {
<div
role='feed'
onScroll={this.handleScroll}
className={[_s.default, _s.flexRow, _s.flexWrap, _s.py5, _s.px5].join(' ')}
className={[_s._, _s.flexRow, _s.flexWrap, _s.py5, _s.px5].join(' ')}
>
{
@@ -129,7 +129,7 @@ class AccountGallery extends ImmutablePureComponent {
{
isLoading && attachments.size === 0 &&
<div className={[_s.default, _s.width100PC].join(' ')}>
<div className={[_s._, _s.w100PC].join(' ')}>
<MediaGalleryPlaceholder />
</div>
}