This commit is contained in:
Michał Gdula 2022-07-30 16:15:48 +01:00
parent 073c71dfe4
commit b54fdbf81e
2 changed files with 5 additions and 14 deletions

View file

@ -101,6 +101,11 @@ body {
border-radius: var(--rad); border-radius: var(--rad);
box-shadow: var(--shadow); box-shadow: var(--shadow);
text-overflow: ellipsis;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
} }
.password-reset-root { .password-reset-root {

View file

@ -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 = "<a class='btn alert-high'>This button does nothing!</a> <a class='btn alert-low space-top-small'>I'm another button, but scawwy</a>";
flyout($header, $content, $action);
}
/* /*
Delete flyout Delete flyout
@ -337,9 +326,6 @@ if (isset($image['author'])) {
// Flyout test button // Flyout test button
?> ?>
<form method='POST'>
<button class='btn alert-high space-top-small flyout-display' type='submit' name='test_flyout'>Test button</button>
</form>
</div> </div>
<div class="tags-root default-window"> <div class="tags-root default-window">