From 545b784d2e5dde25c39dd937ddc4eaa9aad9ddd4 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Wed, 28 Oct 2020 23:20:59 -0500 Subject: [PATCH] Updated ColumnIndicator to have padding and icon theme matching MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated: - ColumnIndicator to have padding and icon theme matching --- app/javascript/gabsocial/components/column_indicator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/gabsocial/components/column_indicator.js b/app/javascript/gabsocial/components/column_indicator.js index 02242a38..a8ddfa10 100644 --- a/app/javascript/gabsocial/components/column_indicator.js +++ b/app/javascript/gabsocial/components/column_indicator.js @@ -12,8 +12,8 @@ class ColumnIndicator extends React.PureComponent { const title = type !== 'error' && !message ? intl.formatMessage(messages[type]) : message return ( -
- +
+ { type !== 'loading' &&