This commit is contained in:
Infinite
2020-01-30 23:34:20 +01:00
parent c1ce6d539d
commit 4a32f90382
30 changed files with 321 additions and 397 deletions

View File

@@ -23,7 +23,7 @@ export const GalleryList: React.FC = () => {
}
if (filter.displayMode === DisplayMode.List) {
return (
<Table style={{ margin: "0 auto" }}>
<Table className="m-auto">
<thead>
<tr>
<th>Preview</th>