aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ChatBox/ChatBox.scss
diff options
context:
space:
mode:
authorA.J. Shulman <Shulman.aj@gmail.com>2024-07-17 12:06:40 -0400
committerA.J. Shulman <Shulman.aj@gmail.com>2024-07-17 12:06:40 -0400
commit0340c24eccce3d90c03934dec14d574128fb32ef (patch)
treeda796e844fd84b5885d161f47f551b1e4145dbce /src/client/views/nodes/ChatBox/ChatBox.scss
parent6e0dd5cf8b36e66edbced83cf5e6d4e2e272be3f (diff)
added image citation highlights
Diffstat (limited to 'src/client/views/nodes/ChatBox/ChatBox.scss')
-rw-r--r--src/client/views/nodes/ChatBox/ChatBox.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/ChatBox/ChatBox.scss b/src/client/views/nodes/ChatBox/ChatBox.scss
index 75171fe56..e39938c4f 100644
--- a/src/client/views/nodes/ChatBox/ChatBox.scss
+++ b/src/client/views/nodes/ChatBox/ChatBox.scss
@@ -174,7 +174,7 @@ $follow-up-hover-bg-color: #dee2e6;
}
}
-.initializing-overlay {
+.uploading-overlay {
position: absolute;
top: 0;
left: 0;
@@ -189,7 +189,7 @@ $follow-up-hover-bg-color: #dee2e6;
z-index: 10;
&::before {
- content: 'Initializing...';
+ content: 'Uploading Docs...';
font-weight: bold;
}
}