Skip to content

Commit

Permalink
fix rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel committed Sep 7, 2024
1 parent cfb1dfd commit fe04f96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/tibiacom/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@ class="InfoBarSmallElement">Discord</span></a>
target="new"><span class="InfoBarSmallElement">Facebook</span></a>
</span>
<?php } ?>
<span style="float: right; margin-top: -2px; margin-right: 4px">
<span
style="float: right; margin-top: <?= $config['collapse_status'] ? '-2' : '1' ?>px; margin-right: 4px">
<img class="InfoBarBigLogo" src="<?= $template_path; ?>/images/global/header/icon-players-online.png">
<span class="InfoBarNumbers">
<span class="InfoBarSmallElement">
Expand Down

0 comments on commit fe04f96

Please sign in to comment.