diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-23 19:35:38 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-23 19:35:38 +0500 |
| commit | a242b1ac66726e3dc29027ff5db76fc7813bc65f (patch) | |
| tree | 6e8b03ea6d583994e9d7762da5aa1275dcb33f6a | |
| parent | dc17e80a5ad699c27d9c61feeb5df167123afd17 (diff) | |
fix: wrap buttons
| -rw-r--r-- | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 5ba89a9..544467a 100644 --- a/public/index.php +++ b/public/index.php @@ -208,7 +208,7 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt'); <p>File <?= sprintf('%s.%s', $file['id'], $file['extension']) ?></p> <?php endif; ?> </div> - <div class="grow row gap-8 justify-end align-center" id="file-tab-buttons"> + <div class="grow row gap-8 justify-end align-center wrap" id="file-tab-buttons"> <?php if (isset($_SESSION['is_moderator'])): ?> <a href="/delete.php?f=<?= $file['id'] ?>.<?= $file['extension'] ?>"> <button>Delete</button> |
