You've already forked AstralRinth
forked from didirus/AstralRinth
Prevent images from being treated as text in markdown (#1119)
This commit is contained in:
@@ -616,6 +616,7 @@
|
|||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
html:not(.dark-mode, .oled-mode) & img[src$='#gh-dark-mode-only'] {
|
html:not(.dark-mode, .oled-mode) & img[src$='#gh-dark-mode-only'] {
|
||||||
|
|||||||
Reference in New Issue
Block a user