From bbb6d5a4b71e192fb97b74afa1b12032f667d0d7 Mon Sep 17 00:00:00 2001 From: Niels Date: Fri, 27 Sep 2024 11:23:13 +0200 Subject: [PATCH] Update cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css --- .../cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css b/public/cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css index d77b72b..fded950 100644 --- a/public/cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css +++ b/public/cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css @@ -1,4 +1,5 @@ @media(min-width:1921px){ html { zoom: 1.5; } #simple-modal { zoom: calc(1 / 1.5); } + #tl_files .tl_formbody_edit .tl_tbox .widget .tl_edit_preview { zoom: calc(1 / 1.5); } }