From 3421ea64fe1d69bf640051ee3aa62749639a111d Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Mon, 4 Apr 2022 22:14:00 +0800 Subject: [PATCH] :wrench: unset {.postbody h3 img} vertical-align property --- theme/css/mdui-custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/css/mdui-custom.css b/theme/css/mdui-custom.css index 8d89352..5cf7d0f 100644 --- a/theme/css/mdui-custom.css +++ b/theme/css/mdui-custom.css @@ -294,6 +294,10 @@ div#abbc3_buttons { margin: 0 0 2px; } +.postbody h3 img { + vertical-align: unset; +} + @media (max-width: 600px) { div.index-left > div.forabg-index-left { border-top-left-radius: 0;