diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-16 02:35:37 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-16 02:35:37 +0500 |
| commit | b7f98ae1ab924edebb5a06506cc8545956fd8443 (patch) | |
| tree | 225b2024d2b13ba894f98171f092333183c305db /public/emotesets.php | |
| parent | 664f82212c191af8e8bcbafeb60c8b78a10b4fbe (diff) | |
feat: emote wall
Diffstat (limited to 'public/emotesets.php')
| -rw-r--r-- | public/emotesets.php | 11 |
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 |
