Align message top bar text

This commit is contained in:
Cohee 2023-10-29 23:15:22 +02:00
parent 7b6603614f
commit 9bff2762fc
2 changed files with 6 additions and 4 deletions

View File

@ -4479,9 +4479,11 @@
<div class="mes_block">
<div class="ch_name flex-container justifySpaceBetween">
<div class="flex-container flex1 alignitemscenter">
<div class="flex-container alignItemsBaseline">
<span class="name_text">${characterName}</span>
<small class="timestamp"></small>
</div>
</div>
<div class="mes_buttons">
<div class="extraMesButtonsHint fa-solid fa-ellipsis"></div>

View File

@ -3540,8 +3540,8 @@ a {
.icon-svg {
fill: currentColor;
/* Takes on the color of the surrounding text */
width: 16px;
height: 16px;
width: auto;
height: 14px;
vertical-align: middle;
/* To align with adjacent text */
}