From b8591656896c52d749fe6a1c5e519c7e7b8f5fbe Mon Sep 17 00:00:00 2001 From: stitch Date: Mon, 2 Sep 2024 11:52:13 +0300 Subject: [PATCH] added loading element --- assets/css/files.css | 4 ++-- assets/css/popups.css | 17 +++++++++++++++ loadingElement.html | 51 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 loadingElement.html diff --git a/assets/css/files.css b/assets/css/files.css index 18c37e0..b59f775 100644 --- a/assets/css/files.css +++ b/assets/css/files.css @@ -327,8 +327,8 @@ background: rgba(0,0,0,0.1); flex-grow: 1; /*max-height: 650px;*/ - padding: 10px 15px 10px 10px; - margin: 0 -5px 0 0; + padding: 10px; + margin: 0; } .filesPageSecMidPreviewInside::-webkit-scrollbar { diff --git a/assets/css/popups.css b/assets/css/popups.css index cfd4d4f..a78aa91 100644 --- a/assets/css/popups.css +++ b/assets/css/popups.css @@ -91,3 +91,20 @@ background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), linear-gradient(#4c82a3, #4c82a3); } +.popupMain.popupMainCenter { + justify-content: center; +} + +.popupMainInsideWrapperBoxMidPic { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + padding: 25px 0; +} + +.popupMainInsideWrapperBoxMidPicImg { + width: 100%; + max-width: 65px; +} + diff --git a/loadingElement.html b/loadingElement.html new file mode 100644 index 0000000..abab054 --- /dev/null +++ b/loadingElement.html @@ -0,0 +1,51 @@ + + + + + + + SIGit + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+

Loading...

+
+
+
+
+
+
+
+ + + + + + + + + \ No newline at end of file