add width to emojis
isekai-main
Barış Soner Uşaklı 2 years ago
parent b19fee5931
commit 29303f4a13

@ -136,13 +136,18 @@
font-size: 17px !important;
line-height: 26px !important;
}
}
.notification-body img {
max-width: 100%;
height: auto;
}
/* https://github.com/NodeBB/NodeBB/issues/11572 */
img[src*="nodebb-plugin-emoji"] {
width: 23px;
height: auto;
vertical-align: top;
}
</style>
<!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->

Loading…
Cancel
Save