From fbd3dd7ae7360a15fb4965f93d61e3868964867d Mon Sep 17 00:00:00 2001 From: hshanx Date: Thu, 30 Jul 2020 22:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8F=8B=E9=93=BE=E9=A1=B5=E9=9D=A2=E5=9B=BE=E7=89=87=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E8=87=AA=E9=80=82=E5=BA=94=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #17 --- source/css/links.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/css/links.less b/source/css/links.less index 7173d26..4cba835 100644 --- a/source/css/links.less +++ b/source/css/links.less @@ -83,4 +83,8 @@ figure { .image.is-64x64 { height: 64px; width: 64px; +} + +.image.is-64x64 img { + height: 100% !important; } \ No newline at end of file