[HTML] Fix bot tag positioning

pull/678/head
Tyrrrz 3 years ago
parent eec4123b98
commit 6fa6df981e

@ -606,11 +606,10 @@
.chatlog__bot-tag {
position: relative;
top: -.2em;
top: -.1em;
margin-left: 0.3em;
padding: 0.05em 0.3em;
border-radius: 3px;
vertical-align: middle;
line-height: 1.3;
background-color: #5865F2;
color: #ffffff;

Loading…
Cancel
Save