From a6b9ab0e5a04daf50de104d7a56413b86a71663b Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Thu, 10 Nov 2022 11:27:40 +0000 Subject: [PATCH] Removed fullscreen close button Fixed button colours Added primary/good options for some assets --- account.php | 24 +++++--- app/sanity/check/_database.php | 16 +++-- css/main.css | 108 +++++++++++++++++++++------------ css/main.scss | 29 ++++++--- css/scss/_body.scss | 108 +++++++++++++++------------------ css/scss/_navigation.scss | 7 +-- css/scss/_variables.scss | 4 +- group.php | 2 +- image.php | 14 +++-- upload.php | 21 ++++++- 10 files changed, 195 insertions(+), 138 deletions(-) diff --git a/account.php b/account.php index af3d3b0..ea592e8 100644 --- a/account.php +++ b/account.php @@ -80,7 +80,7 @@

Profile Picture

- +
+ -

Admin

+
+

Admin

+

Check gallery activity, login attemps, auto timeouts and more!

@@ -530,11 +531,16 @@ evt.currentTarget.className += " active-tab"; } +
+ +
+

Sanity check

+

You can check the stability of your gallery here, this is still being tested to running + autofix is only reccomended for people who like to live on the edge.

-

Sanity check

- + - +
@@ -77,6 +83,15 @@ processData: false, success: function (response) { $("#newSniff").html(response); + + document.getElementById("imagePreview").style.display = "none"; + document.getElementById("imagePreviewBlock").style.display = "block"; + }, + error: function (response) { + $("#newSniff").html(response); + + document.getElementById("imagePreview").style.display = "none"; + document.getElementById("imagePreviewBlock").style.display = "block"; } });