diff options
| author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-09-19 09:53:19 -0400 |
|---|---|---|
| committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-09-19 09:53:19 -0400 |
| commit | 00b12111c4007ef6ecff645327007a67f6655d8b (patch) | |
| tree | b5ecfd18a7a7e5f2cd97b8307b248882d056c7e0 /src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss | |
| parent | ba0520baaa1f84d9fb08d3b2880c68302d28350a (diff) | |
added comments and fixed some styling and error handling
Diffstat (limited to 'src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss')
| -rw-r--r-- | src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss b/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss index 42f6a0d61..50111f678 100644 --- a/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss +++ b/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss @@ -93,6 +93,7 @@ $transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; + position: relative; &:hover { background-color: darken($primary-color, 10%); @@ -109,10 +110,7 @@ $transition: all 0.3s ease; border: 3px solid rgba(255, 255, 255, 0.3); border-top: 3px solid #fff; border-radius: 50%; - animation: spin 1s linear infinite; - display: flex; - align-items: center; - justify-content: center; + animation: spin 2s linear infinite; } } } |
