<xen:if is="@enableResponsive">
@media (max-width:@maxResponsiveWideWidth) {
.message .signature .bbCodeImage {
max-height: 125px !important;
max-width: 550px !important;
}
}
@media (max-width:@maxResponsiveMediumWidth) {
.message .signature .bbCodeImage {
max-height: 80px !important;
max-width: 4000px !important;
}
}
@media (max-width:@maxResponsiveNarrowWidth) {
.message .signature .bbCodeImage {
max-height: 50px !important;
max-width: 200px !important;
}
}
</xen:if>