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>2025-08-20 01:21:04 +1000
commit77b904b25aa10129e9d093ec3982642616ae7f31 (patch)
treec62e3a6dede37cfeb54af63e7ef11e1f3acdfa77 /Pages/Gallery.razor.css
parent7eee419639c9f6a022e70607605218e994aea294 (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