Skip to content

Commit

Permalink
Update cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css
Browse files Browse the repository at this point in the history
  • Loading branch information
heimseiten authored Sep 27, 2024
1 parent bbb6d5a commit e422b63
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@media(min-width:1921px){
html { zoom: 1.5; }
#simple-modal { zoom: calc(1 / 1.5); }
#simple-modal,
body > .tox,
#tl_files .tl_formbody_edit .tl_tbox .widget .tl_edit_preview { zoom: calc(1 / 1.5); }
}

0 comments on commit e422b63

Please sign in to comment.