realign character panel

This commit is contained in:
RossAscends
2023-06-26 04:17:06 +09:00
parent 9bbaa85a3b
commit deb2efc16e
3 changed files with 112 additions and 58 deletions

View File

@ -292,7 +292,7 @@ export function RA_CountCharTokens() {
$("#result_info").html(`<small>${count_tokens} Tokens (${perm_tokens} Permanent)</small>`);
} else {
$("#result_info").html(`
<div class="flex-container flexFlowColumn alignitemscenter">
<div class="flex-container alignitemscenter">
<div class="flex-container flexnowrap flexNoGap">
<small class="flex-container flexnowrap flexNoGap">
<div class="neutral_warning">${count_tokens}</div>&nbsp;Tokens (<div class="neutral_warning">${perm_tokens}</div><div>&nbsp;Permanent)</div>