From 7b6353774fde0dc6a8fbbf19aee828364180f0ac Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Mon, 4 Apr 2022 18:52:48 +0800 Subject: [PATCH] :wrench: adjust row-item -> background-image position --- template/viewforum_body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/viewforum_body.html b/template/viewforum_body.html index e3cf577..cde317c 100755 --- a/template/viewforum_body.html +++ b/template/viewforum_body.html @@ -158,7 +158,7 @@
  • - style="background-image: url('{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}'); background-repeat: no-repeat;" title="{topicrow.TOPIC_FOLDER_IMG_ALT}"> + style="background-image: url('{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}'); background-repeat: no-repeat; background-position-y: 4%" title="{topicrow.TOPIC_FOLDER_IMG_ALT}">