diff options
Diffstat (limited to 'Pages/Gallery.razor.css')
| -rw-r--r-- | Pages/Gallery.razor.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Pages/Gallery.razor.css b/Pages/Gallery.razor.css index d1750b4..0e01e0e 100644 --- a/Pages/Gallery.razor.css +++ b/Pages/Gallery.razor.css @@ -3,6 +3,9 @@ max-height: 200px; } -form#upload { - padding-bottom: 30px; +div#ingest-warning { + position: relative; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); }
\ No newline at end of file |
