diff --git a/css/master.css b/css/master.css index 3655a84..110beee 100644 --- a/css/master.css +++ b/css/master.css @@ -101,6 +101,11 @@ body { border-radius: var(--rad); box-shadow: var(--shadow); + + text-overflow: ellipsis; + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-all; } .password-reset-root { diff --git a/image.php b/image.php index 2d8d8fe..0645e91 100644 --- a/image.php +++ b/image.php @@ -97,17 +97,6 @@ if (isset($image['author'])) { } - /* - Test flyout button - */ - if (isset($_POST['test_flyout'])) { - $header = "Sus"; - $content = "This is a test UwU. You are currently viewing image: ".$_GET['id']; - $action = "This button does nothing! I'm another button, but scawwy"; - - flyout($header, $content, $action); - } - /* Delete flyout @@ -337,9 +326,6 @@ if (isset($image['author'])) { // Flyout test button ?> -