mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Move message styles
This commit is contained in:
@@ -2546,3 +2546,20 @@ a {
|
|||||||
box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.50);
|
box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.50);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Message images */
|
||||||
|
.mes img.img_extra {
|
||||||
|
max-width: 600px;
|
||||||
|
max-height: 300px;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mes img.img_extra ~ * {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.mes img.img_extra {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user