help3xsl/default.css | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 9ab69c9782ee70dc10aa34a3448f274c680f193c
Author: Olivier Hallot <[email protected]>
AuthorDate: Sun May 4 20:18:55 2025 -0300
Commit: Olivier Hallot <[email protected]>
CommitDate: Mon May 5 14:19:33 2025 +0200
Prevent icons to shrink in page.
Change-Id: Ie1b0c6d57f24c01654a51617d44d880a8116ef54
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/184947
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <[email protected]>
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 851284b9b0..693b189c49 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -229,6 +229,10 @@ pre[class*="language-"] > code {
padding: 0.3em;
/* background: var(--heading-color); */
}
+.iconcell img {
+ min-width: 38px;
+ min-height: 38px;
+}
table {
background: var(--background-color);