From b666bc9e0a3b6848d3d8b7bf156b6495bd9efedf Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 21 Apr 2025 20:33:36 +0200 Subject: [PATCH] [ticket/17501] Add to top button to viewtopic and add missing title in FAQ PHPBB-17501 --- phpBB/styles/prosilver/template/faq_body.html | 2 +- phpBB/styles/prosilver/template/viewtopic_body.html | 9 ++++++--- phpBB/styles/prosilver/theme/content.css | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/phpBB/styles/prosilver/template/faq_body.html b/phpBB/styles/prosilver/template/faq_body.html index 542e894c61..2a1c2dfd92 100644 --- a/phpBB/styles/prosilver/template/faq_body.html +++ b/phpBB/styles/prosilver/template/faq_body.html @@ -44,7 +44,7 @@
- + {{ Icon('font', 'chevron-up', '', false) }}
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 2031fa64dd..70bc764e06 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -423,9 +423,6 @@
- - {{ Icon('font', 'circle-chevron-up', lang('BACK_TO_TOP'), false, 'fas c-top-icon') }} -
@@ -496,6 +493,12 @@ +
+ + {{ Icon('font', 'chevron-up', '', false) }} + +
+ diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 7101aeee46..07a4ddb325 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -465,7 +465,7 @@ p.author { clear: left; overflow: hidden; width: 100%; - margin-top: calc(var(--ps-font-small) * 1.4); + margin: calc(var(--ps-font-small) * 1.4) 0; padding-top: 2px; }