This commit is contained in:
Paul Gauthier 2023-07-09 19:11:56 -07:00
parent e26515ecf5
commit 0ede129bc9

View file

@ -60,7 +60,7 @@
color: #ffffff;
}
.chat-transcript::before {
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="25"><circle cx="10" cy="15" r="9" fill="red"/><circle cx="37" cy="15" r="9" fill="yellow"/><circle cx="64" cy="15" r="9" fill="green"/></svg>');
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="25"><circle cx="7" cy="15" r="7" fill="red"/><circle cx="27" cy="15" r="7" fill="yellow"/><circle cx="47" cy="15" r="7" fill="green"/></svg>');
display: block;
margin-bottom: 0;
position: relative;