changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user