feat: stop generating answers

This commit is contained in:
josc146
2023-03-16 11:20:21 +08:00
parent 91d47a2970
commit 0f97840d23
7 changed files with 79 additions and 9 deletions
+9
View File
@@ -167,6 +167,15 @@
.gpt-util-icon {
cursor: pointer;
}
.normal-button {
border: 1px solid;
border-color: var(--theme-border-color);
background-color: var(--theme-color);
color: var(--font-color);
border-radius: 5px;
cursor: pointer;
}
}
.error {