mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-11 09:30:40 +01:00
Align message top bar text
This commit is contained in:
parent
7b6603614f
commit
9bff2762fc
@ -4479,8 +4479,10 @@
|
||||
<div class="mes_block">
|
||||
<div class="ch_name flex-container justifySpaceBetween">
|
||||
<div class="flex-container flex1 alignitemscenter">
|
||||
<span class="name_text">${characterName}</span>
|
||||
<small class="timestamp"></small>
|
||||
<div class="flex-container alignItemsBaseline">
|
||||
<span class="name_text">${characterName}</span>
|
||||
<small class="timestamp"></small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mes_buttons">
|
||||
|
@ -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 */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user