mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Styles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user