forked from MarseyWorld/MarseyWorld
fix large emojis being too large in markdown preview
parent
539efb6b95
commit
e41bc1d68b
|
@ -4683,7 +4683,8 @@ blockquote p {
|
|||
margin: 1.75rem auto !important;
|
||||
}
|
||||
}
|
||||
.in-comment-image:not(img[src*="/uid/"]):not(img[src*="/pp/"]), .img:not(img[src*="/uid/"]):not(img[src*="/pp/"]), img[alt^="![]("], .preview img:not(img[src$="/pic"]):not(img[src="/i/hand.webp"]) {
|
||||
.in-comment-image, .img, img[alt^="![]("],
|
||||
.preview img:not(img[src*="/uid/"]):not(img[src*="/pp/"]):not(img[src$="/pic"]):not(img[src="/i/hand.webp"]):not(img[src*="/e/"]) {
|
||||
max-height: 150px !important;
|
||||
max-width: 100% !important;
|
||||
border-radius: 0.2rem !important;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{%-
|
||||
set CACHE_VER = {
|
||||
'css/main.css': 437,
|
||||
'css/main.css': 438,
|
||||
'css/catalog.css': 2,
|
||||
|
||||
'css/4chan.css': 61,
|
||||
|
|
Loading…
Reference in New Issue