From 555c760a4cfe58c036280153026ff04210bb6ada Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 10 Dec 2024 20:59:50 +0100 Subject: [PATCH] [ticket/17459] Adjust postprofile sizing PHPBB-17459 --- phpBB/styles/prosilver/theme/content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 610bb44fb9..7101aeee46 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -769,7 +769,7 @@ fieldset.polls dd div { /* Poster profile block ---------------------------------------- */ .postprofile { - line-height: calc(var(--ps-font-tiny) * 1.6); + line-height: calc(var(--ps-font-small) * 1.5); border: 1px solid transparent; border-width: 0 0 0 1px; float: right; @@ -780,7 +780,7 @@ fieldset.polls dd div { .postprofile dd, .postprofile dt { - font-size: var(--ps-font-tiny); + font-size: var(--ps-font-small); line-height: 1.6; margin-left: 8px; }