diff --git a/app/javascript/gabsocial/components/about_sidebar.js b/app/javascript/gabsocial/components/about_sidebar.js index 32f1bdf3..b3e32c77 100644 --- a/app/javascript/gabsocial/components/about_sidebar.js +++ b/app/javascript/gabsocial/components/about_sidebar.js @@ -20,21 +20,21 @@ class AboutSidebar extends ImmutablePureComponent { } = this.props return ( -
+
-
-
+
+
{ me && } @@ -44,7 +44,7 @@ class AboutSidebar extends ImmutablePureComponent {
-
-
+
- + {formatMessage(messages.body)} -
+
{APP_NAME} ({version}) -
+
-
+
{max}  of  diff --git a/app/javascript/gabsocial/components/composer.js b/app/javascript/gabsocial/components/composer.js index d675c6e3..ba7f9b09 100644 --- a/app/javascript/gabsocial/components/composer.js +++ b/app/javascript/gabsocial/components/composer.js @@ -72,7 +72,7 @@ const findWithRegex = (regex, contentBlock, callback) => { const HighlightedSpan = (props) => { return ( {props.children} @@ -238,10 +238,10 @@ class Composer extends React.PureComponent { const { editorState } = this.state const editorContainerClasses = cx({ - default: 1, + _: 1, cursorText: 1, text: 1, - colorPrimary: 1, + cPrimary: 1, fs16PX: !small, fs14PX: small, pt15: !small, @@ -251,7 +251,7 @@ class Composer extends React.PureComponent { }) return ( -
+
{ !small && isPro && diff --git a/app/javascript/gabsocial/components/display_name.js b/app/javascript/gabsocial/components/display_name.js index be71f981..d244c9ff 100644 --- a/app/javascript/gabsocial/components/display_name.js +++ b/app/javascript/gabsocial/components/display_name.js @@ -80,20 +80,20 @@ class DisplayName extends ImmutablePureComponent { if (!account) return null const containerClassName = CX({ - default: 1, - maxWidth100PC: 1, - alignItemsCenter: !isMultiline, + _: 1, + maxW100PC: 1, + aiCenter: !isMultiline, flexRow: !isMultiline, cursorPointer: !noHover, - alignItemsCenter: isCentered, + aiCenter: isCentered, }) const displayNameClasses = CX({ text: 1, overflowWrapBreakWord: 1, whiteSpaceNoWrap: 1, - fontWeightBold: 1, - colorPrimary: 1, + fw600: 1, + cPrimary: 1, mr2: 1, lineHeight125: !isSmall, fs14PX: isSmall, @@ -108,8 +108,8 @@ class DisplayName extends ImmutablePureComponent { flexShrink1: 1, overflowWrapBreakWord: 1, textOverflowEllipsis: 1, - colorSecondary: 1, - fontWeightNormal: 1, + cSecondary: 1, + fw400: 1, lineHeight15: isMultiline, lineHeight125: !isMultiline, ml5: !isMultiline, @@ -147,7 +147,7 @@ class DisplayName extends ImmutablePureComponent { onMouseLeave={noHover ? undefined : this.handleMouseLeave} ref={this.setRef} > - + { account.get('locked') && - + } { account.get('is_verified') && - + } { @@ -169,7 +169,7 @@ class DisplayName extends ImmutablePureComponent { @{account.get('acct')} { !noRelationship && !!relationshipLabel && - + -
-
+
+
+
-
+
-

-

@@ -77,9 +77,9 @@ class ErrorBoundary extends React.PureComponent {
-
+
- + -
+
{APP_NAME} ({version}) -
+
-
-
+
+
-
+
-
+
{ !isVerified && @@ -182,7 +182,7 @@ class EditProfileModal extends ImmutablePureComponent { -
+
-
+
{intl.formatMessage(messages.instructions)} -
+
-
+