This commit is contained in:
Zacharias-Brohn
2026-01-14 20:56:59 +01:00
parent cadab7aaef
commit 461ccf4fee
4 changed files with 93 additions and 23 deletions
@@ -7,28 +7,6 @@
margin-bottom: 0;
}
/* Streaming cursor that blinks at the end */
.streamingCursor {
display: inline-block;
width: 0.5em;
height: 1em;
background-color: currentColor;
margin-left: 2px;
animation: blink 1s step-end infinite;
vertical-align: text-bottom;
opacity: 0.7;
}
@keyframes blink {
0%,
100% {
opacity: 0.7;
}
50% {
opacity: 0;
}
}
.preWrapper {
margin: 0.5em 0;
}