Align message top bar text
This commit is contained in:
parent
7b6603614f
commit
9bff2762fc
|
@ -4479,8 +4479,10 @@
|
||||||
<div class="mes_block">
|
<div class="mes_block">
|
||||||
<div class="ch_name flex-container justifySpaceBetween">
|
<div class="ch_name flex-container justifySpaceBetween">
|
||||||
<div class="flex-container flex1 alignitemscenter">
|
<div class="flex-container flex1 alignitemscenter">
|
||||||
<span class="name_text">${characterName}</span>
|
<div class="flex-container alignItemsBaseline">
|
||||||
<small class="timestamp"></small>
|
<span class="name_text">${characterName}</span>
|
||||||
|
<small class="timestamp"></small>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mes_buttons">
|
<div class="mes_buttons">
|
||||||
|
|
|
@ -3540,8 +3540,8 @@ a {
|
||||||
.icon-svg {
|
.icon-svg {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
/* Takes on the color of the surrounding text */
|
/* Takes on the color of the surrounding text */
|
||||||
width: 16px;
|
width: auto;
|
||||||
height: 16px;
|
height: 14px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
/* To align with adjacent text */
|
/* To align with adjacent text */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue