From 51248f2588ca311ffcba1a91dc90bbbd531dc73a Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Mon, 23 May 2022 16:47:14 +0530 Subject: [PATCH] fix: file list item icon alignment (#1039) --- .../javascripts/Components/ContentListView/FileListItem.tsx | 2 +- .../Components/NoAccountWarning/NoAccountWarning.tsx | 2 +- app/assets/stylesheets/_sn.scss | 4 ++++ app/assets/stylesheets/_ui.scss | 3 --- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/Components/ContentListView/FileListItem.tsx b/app/assets/javascripts/Components/ContentListView/FileListItem.tsx index 1e6be7ba1..33bc666c6 100644 --- a/app/assets/javascripts/Components/ContentListView/FileListItem.tsx +++ b/app/assets/javascripts/Components/ContentListView/FileListItem.tsx @@ -60,7 +60,7 @@ export const FileListItem: FunctionComponent = observe }} > {!hideIcon ? ( -
+
) : ( diff --git a/app/assets/javascripts/Components/NoAccountWarning/NoAccountWarning.tsx b/app/assets/javascripts/Components/NoAccountWarning/NoAccountWarning.tsx index 48625ae95..6b2527181 100644 --- a/app/assets/javascripts/Components/NoAccountWarning/NoAccountWarning.tsx +++ b/app/assets/javascripts/Components/NoAccountWarning/NoAccountWarning.tsx @@ -24,7 +24,7 @@ export const NoAccountWarning = observer(({ appState }: Props) => { }, [appState]) return ( -
+

Data not backed up

Sign in or register to back up your notes.