summaryrefslogtreecommitdiff
path: root/Pages/Gallery.razor.css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-07 10:26:57 +1000
committerJake Mannens <jake@asger.xyz>2023-09-07 10:26:57 +1000
commit241c70671e64023a0d84907a765bf8f1e2927735 (patch)
treeea1f370ceb7b92a79d3267b8f8092a8b7f558237 /Pages/Gallery.razor.css
parenta8903ce81b81e62e87b9841c09c4be251b3ba41e (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.css7
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