summaryrefslogtreecommitdiff
path: root/public/emotes
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-16 02:35:37 +0500
committerilotterytea <iltsu@alright.party>2025-05-16 02:35:37 +0500
commitb7f98ae1ab924edebb5a06506cc8545956fd8443 (patch)
tree225b2024d2b13ba894f98171f092333183c305db /public/emotes
parent664f82212c191af8e8bcbafeb60c8b78a10b4fbe (diff)
feat: emote wall
Diffstat (limited to 'public/emotes')
-rw-r--r--public/emotes/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/emotes/index.php b/public/emotes/index.php
index 9501f04..af14120 100644
--- a/public/emotes/index.php
+++ b/public/emotes/index.php
@@ -181,7 +181,8 @@ if (CLIENT_REQUIRES_JSON) {
}
echo '</div>';
} else {
- echo "Emotes - Page $page/$total_pages";
+ echo "<div class='grow'>Emotes - Page $page/$total_pages</div>";
+ html_emotelist_mode();
}
?>
</div>