diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-07 10:26:57 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-09-07 10:26:57 +1000 |
| commit | 241c70671e64023a0d84907a765bf8f1e2927735 (patch) | |
| tree | ea1f370ceb7b92a79d3267b8f8092a8b7f558237 /Pages/Gallery.razor.css | |
| parent | a8903ce81b81e62e87b9841c09c4be251b3ba41e (diff) | |
Added warning message to ingest feed when NSFW is not enabled
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 |
