From 323115b0417c7d61bca23d89f3d2eea2471ff33a Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 6 Jan 2023 09:11:54 -0700 Subject: [PATCH] Replace font size accidentally removed in 40278c882759b2346524129fdb90bb692fe40f13 --- api/js/etemplate/Styles/shoelace.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/etemplate/Styles/shoelace.ts b/api/js/etemplate/Styles/shoelace.ts index a4e8276ad4..ccc8c4ce37 100644 --- a/api/js/etemplate/Styles/shoelace.ts +++ b/api/js/etemplate/Styles/shoelace.ts @@ -39,7 +39,7 @@ export default [sl_css, css` :root, :host, .sl-theme-light { - + --sl-font-size-medium: ${typeof egw != "undefined" && egw.preference('textsize', 'common') != '12' ? parseInt(egw.preference('textsize', 'common')) : 12}px; --sl-input-height-small: 24px; --sl-input-height-medium: 32px; --sl-button-font-size-medium: ${typeof egw != "undefined" && egw.preference('textsize', 'common') != '12' ? parseInt(egw.preference('textsize', 'common')) : 12}px;