mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 00:36:00 +00:00
[HTML] Fix bot tag positioning
This commit is contained in:
@@ -606,11 +606,10 @@
|
|||||||
|
|
||||||
.chatlog__bot-tag {
|
.chatlog__bot-tag {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -.2em;
|
top: -.1em;
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
padding: 0.05em 0.3em;
|
padding: 0.05em 0.3em;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
vertical-align: middle;
|
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
background-color: #5865F2;
|
background-color: #5865F2;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|||||||
Reference in New Issue
Block a user