|
@@ -2,6 +2,17 @@
|
|
|
@use '@growi/core-styles/scss/variables/growi-official-colors';
|
|
@use '@growi/core-styles/scss/variables/growi-official-colors';
|
|
|
@use '@growi/ui/scss/atoms/btn-muted';
|
|
@use '@growi/ui/scss/atoms/btn-muted';
|
|
|
|
|
|
|
|
|
|
+.grw-ai-assistant-chat-sidebar :global {
|
|
|
|
|
+
|
|
|
|
|
+ .textarea-ask {
|
|
|
|
|
+ max-height: 30vh;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .btn-submit {
|
|
|
|
|
+ font-size: 1.1em;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
// == Colors
|
|
// == Colors
|
|
|
.grw-ai-assistant-chat-sidebar :global {
|
|
.grw-ai-assistant-chat-sidebar :global {
|
|
|
.growi-ai-chat-icon {
|
|
.growi-ai-chat-icon {
|