diff --git a/Flyout/flyout.css b/Flyout/flyout.css index 44b04c9..fdd968a 100644 --- a/Flyout/flyout.css +++ b/Flyout/flyout.css @@ -20,7 +20,7 @@ max-width: 621px; width: calc(100% - 3.5rem); max-height: 20rem; height: auto; min-height: 10rem; - position: fixed; z-index: 99999; + position: fixed; z-index: 999999999; left: 50%; bottom: -15rem; transform: translateX(-50%) scale(0.5); @@ -42,10 +42,12 @@ display: inline; box-sizing: border-box; } + /* Worlds shittest workaround to a problem I have no clue how to fix */ -.flyout-actionbox * { +.flyout-actionbox *, +.flyout-actionbox * * { width: 100%; } -.flyout-actionbox * * { +.flyout-actionbox * * * { width: auto; } diff --git a/Flyout/flyout.js b/Flyout/flyout.js index af75cbc..acf9172 100644 --- a/Flyout/flyout.js +++ b/Flyout/flyout.js @@ -20,7 +20,7 @@ function flyoutShow(header, description, actionbox) { // Set information in flyout flyoutHeader.textContent = header; flyoutDescription.textContent = description; - flyoutActionbox.innerHTML = actionbox; + $(flyoutActionbox).html(actionbox); // Show the flyout flyoutRoot.style.display = "flex"; diff --git a/about.php b/about.php index 7af9794..a1beb94 100644 --- a/about.php +++ b/about.php @@ -28,6 +28,9 @@
What Do I want this to become in the future? No clue, but I do want this to be usable by others, if its a file they download a docker image they setup on your own web server.
Will it become that any time soon? No, but. I am going to work on this untill it becomes what I want it to be!
+No.
+First you must obtain the invite code. If you don't have one and are interested in trying this, feel free to DM me on Telegram!
But once you're done doing that, you can start making your account at the signup page here.
@@ -40,9 +43,6 @@To mrHDash...
- +