From 908c219442a49a242b73430bea0501c2136c64bc Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 8 Jun 2023 21:55:08 -0500 Subject: [PATCH] Fix board counter positioning --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 8836876..6c34c65 100644 --- a/style.css +++ b/style.css @@ -1000,6 +1000,9 @@ body.forum .page-container .board-display.collapsed tr:not(.title-row) { display: none; } +body.forum .page-container .board-display tr td.counter-cell a img { + vertical-align: middle; +}