mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
Prevent images from being treated as text in markdown (#1119)
This commit is contained in:
@@ -616,6 +616,7 @@
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
html:not(.dark-mode, .oled-mode) & img[src$='#gh-dark-mode-only'] {
|
||||
|
||||
Reference in New Issue
Block a user