help3xsl/online_transform.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fc3b49ad5d6547412773419ce91fe2b1f0509c25 Author: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> AuthorDate: Thu Jan 16 13:30:46 2025 +0200 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Thu Jan 16 14:20:16 2025 +0100 Wrap book icons for mobile-friendliness Change-Id: I2475c2c65883f6c1c12c3d762d472fc5f83764a2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/180344 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index e869486411..d031d5f084 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -270,7 +270,7 @@ </div> <footer> <h2 style="text-align: center;"><a href="https://books.libreoffice.org" target="_blank"><xsl:value-of select="$ui_books"/></a></h2> - <div class="noteicon" dir="auto" style="display:flex;justify-content:center;"> + <div class="noteicon" dir="auto" style="display:flex;justify-content:center;flex-wrap:wrap;row-gap:15px;"> <img src="media/navigation/libo-writer.svg" alt="Writer Icon" style="width:60px;height:60px;"></img> <img src="media/navigation/libo-calc.svg" alt="Calc Icon" style="width:60px;height:60px;"></img> <img src="media/navigation/libo-impress.svg" alt="Impress Icon" style="width:60px;height:60px;"></img>