Skip to content

Commit df4412a

Browse files
committed
style: adjust bot-embedded-image max-width and remove hover effect for improved layout
1 parent ab2c94e commit df4412a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

dashboard/src/components/chat/MessageList.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ export default {
549549
}
550550
551551
.bot-embedded-image {
552-
max-width: 80%;
552+
max-width: 40%;
553553
width: auto;
554554
height: auto;
555555
border-radius: 8px;
@@ -558,10 +558,6 @@ export default {
558558
transition: transform 0.2s ease;
559559
}
560560
561-
.bot-embedded-image:hover {
562-
transform: scale(1.02);
563-
}
564-
565561
.embedded-audio {
566562
width: 300px;
567563
margin-top: 8px;

0 commit comments

Comments
 (0)