fix vertical alignment of empty folder in homepage (#1198)

This commit is contained in:
Jayden-Chiu 2021-10-24 10:30:38 -04:00 committed by GitHub
parent 3ebf355d47
commit 78f6785456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,11 +314,7 @@ class HomePage extends React.Component {
</div>
<div
className={
currentFolder.count === 0
? 'table-responsive w-100 apps-table mt-3 d-flex align-items-center'
: 'table-responsive w-100 apps-table mt-3'
}
className='table-responsive w-100 apps-table'
style={{ minHeight: '600px' }}
>
<table