Comments on [F2U] Birthday Calendar All Comments

Hi! I would love to use this, but I was wondering how to solve the problem of having two characters with the same birthday? Is it possible to solve that in some way?

For two characters with the same birthday, I would suggest something like this:


<div class="col-1 tooltipster" data-placement="bottom" title="Character 2 Name">
          <div class="col-12 pl-2 rounded tooltipster text-info" style="cursor: pointer; border: thin solid silver; font-weight: bold;" title="Character 1 Name">0</div>
</div>

Hope that helps!

Ah, tysm!