Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2024
1 parent 7521d95 commit 746a75e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/src/core/codemirror/prompt/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
z-index: 1;

&::before {
content: '';
content: "";
position: absolute;
top: 0;
left: -8px;
Expand All @@ -70,7 +70,7 @@
}

&::after {
content: '';
content: "";
position: absolute;
bottom: 0;
right: -8px;
Expand Down Expand Up @@ -153,23 +153,23 @@
}

.cm-ai-loading-indicator::after {
content: '';
content: "";
display: inline-block;
animation: ellipsis-pulse 1.5s steps(4, end) infinite;
}

@keyframes ellipsis-pulse {
0% {
content: '.';
content: ".";
}
25% {
content: '..';
content: "..";
}
50% {
content: '...';
content: "...";
}
75% {
content: '';
content: "";
}
}

Expand Down

0 comments on commit 746a75e

Please sign in to comment.