Move message styles

This commit is contained in:
SillyLossy
2023-03-02 23:47:08 +02:00
parent 6b3bd1e6cf
commit 6c3984d4f4

View File

@@ -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%;
}
}