@smart-cloud/ai-kit-ui 1.1.26 → 1.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -763,6 +763,15 @@
763
763
  border: 1px solid var(--ai-kit-color-border);
764
764
  }
765
765
 
766
+ .ai-chat-scroll.ai-thumbs {
767
+ gap: var(--ai-kit-space-1);
768
+ }
769
+
770
+ .ai-chat-scroll .ai-thumbs .thumb {
771
+ width: 40px;
772
+ height: 40px;
773
+ }
774
+
766
775
  .ai-thumbs img {
767
776
  width: 100%;
768
777
  height: 100%;