style: adjust bot-embedded-image max-width and remove hover effect for improved layout

This commit is contained in:
Soulter
2025-11-29 01:31:25 +08:00
parent ab2c94e19a
commit df4412aa80

View File

@@ -549,7 +549,7 @@ export default {
} }
.bot-embedded-image { .bot-embedded-image {
max-width: 80%; max-width: 40%;
width: auto; width: auto;
height: auto; height: auto;
border-radius: 8px; border-radius: 8px;
@@ -558,10 +558,6 @@ export default {
transition: transform 0.2s ease; transition: transform 0.2s ease;
} }
.bot-embedded-image:hover {
transform: scale(1.02);
}
.embedded-audio { .embedded-audio {
width: 300px; width: 300px;
margin-top: 8px; margin-top: 8px;