When using icons in front of a header title, a part of the icon was
not visible in the TOC on wide screens.
Before | After |
---|---|
Look at the table of contents on the left side.
Closes T15920
Paths
| Differential D25854 Authored by mturdus on Dec 11 2024, 17:47.
Tags None Referenced Files
Details
Summary When using icons in front of a header title, a part of the icon was Look at the table of contents on the left side. Closes T15920 Test Plan Steps to reproduce in a Phriction document: == {icon users} How to Register-in == === {icon heart spin} Credits === Verify if all icons are visible in TOC.
Diff Detail
Event TimelineHerald added subscribers: Cigaryno, Matthew, valerio.bozzolan, tobiaswiese. · View Herald TranscriptDec 11 2024, 17:472024-12-11 17:47:49 (UTC+0) Harbormaster completed remote builds in B1662: Diff 2587.Dec 11 2024, 17:472024-12-11 17:47:49 (UTC+0) aklapper subscribed. Comment ActionsThanks for the super-quick patch! I can confirm that this fixes the issue in the Phriction ToC on wider screens. This revision is now accepted and ready to land.Dec 11 2024, 19:162024-12-11 19:16:44 (UTC+0) valerio.bozzolan retitled this revision from Fix issue with icons in table of contents on wide screens to Phriction: fix issue with icons in table of contents on wide screens.Dec 12 2024, 10:102024-12-12 10:10:32 (UTC+0) Closed by commit rP4accca842029: Phriction: fix issue with icons in table of contents on wide screens. · Explain WhyDec 12 2024, 15:502024-12-12 15:50:45 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 2587 resources/celerity/map.phpwebroot/rsrc/css/phui/phui-document-pro.css
Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses. · CC BY-SA 4.0 · Apache 2.0 |
Could this be combined with the next if statement, inverted? Looks like if the next if statement fails then it also returns null, and combining would simplify the logic here.