summaryrefslogtreecommitdiff
path: root/public/emotesets.php
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/emotesets.php
parent664f82212c191af8e8bcbafeb60c8b78a10b4fbe (diff)
feat: emote wall
Diffstat (limited to 'public/emotesets.php')
-rw-r--r--public/emotesets.php11
1 files changed, 9 insertions, 2 deletions
diff --git a/public/emotesets.php b/public/emotesets.php
index d393779..635f4c4 100644
--- a/public/emotesets.php
+++ b/public/emotesets.php
@@ -134,8 +134,15 @@ if (CLIENT_REQUIRES_JSON) {
<section class="content row">
<section class="content">
<section class="box">
- <div class="box navtab">
- <?php echo $title ?>
+ <div class="box navtab row">
+ <div class="grow">
+ <?php echo $title ?>
+ </div>
+ <?php
+ if (!empty($emote_set)) {
+ html_emotelist_mode();
+ }
+ ?>
</div>
<div class="box content small-gap items">
<?php