We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2c94e commit df4412aCopy full SHA for df4412a
1 file changed
dashboard/src/components/chat/MessageList.vue
@@ -549,7 +549,7 @@ export default {
549
}
550
551
.bot-embedded-image {
552
- max-width: 80%;
+ max-width: 40%;
553
width: auto;
554
height: auto;
555
border-radius: 8px;
@@ -558,10 +558,6 @@ export default {
558
transition: transform 0.2s ease;
559
560
561
-.bot-embedded-image:hover {
562
- transform: scale(1.02);
563
-}
564
-
565
.embedded-audio {
566
width: 300px;
567
margin-top: 8px;
0 commit comments